#D6FA77

Color #D6FA77 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #D6FA77

Tints of Mindaro #D6FA77

Color information

#D6FA77 (or 0xD6FA77) is unknown color: approx Mindaro. HEX triplet: D6, FA and 77. RGB value is (214,250,119). Sum of RGB (Red+Green+Blue) = 214+250+119=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 119 (46.88% from 255 or 20.41% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FA77 is #290588. Grayscale: #E0E0E0. Windows color (decimal): -2688393 or 7862998. OLE color: 7862998.

HSL color Cylindrical-coordinate representation of color #D6FA77: hue angle of 76.49º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6FA77 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB214250119-
CMYK0.1400.520.02
HSL76.49º92.91%72.35%-
HSV(B)76.49º52.4%98.04%-
XYZ65.258430.23-
YUV224.368.57120.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 36.71%
GREEN value IS 250 (98.05% from 255) = 42.88%
BLUE value IS 119 (46.88% from 255) = 20.41%
R=36.71%
G=42.88%
B=20.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142501190.1400.520.0276.4992.9172.35
HexD6FA77E03424c5d48
Octal326372167160642114135110
Binary110101101111101011101111110011010010100110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FA77; }

 p { color: rgb(214,250,119); }

 H1.HeaderClassName
 {
   color: #D6FA77;
 }
 .AnyTagClassName
 {
   color: #D6FA77;
 }
</style>
background-color css

<style>
 a { background-color: #D6FA77; }

 a { background-color: rgb(214,250,119); }

 div.DivClassName
 {
   background-color: #D6FA77;
 }
 .BgClassName
 {
   background-color: #D6FA77;
 }
</style>
border-color css

<style>
 span { border-color: #D6FA77; }

 span { border-color: rgb(214,250,119); }

 td.TdClassName
 {
   border-color: #D6FA77;
 }
 .TagClassName
 {
   border-color: #D6FA77;
 }
</style>