#D6F87B

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

Shades of Mindaro #D6F87B

Tints of Mindaro #D6F87B

Color information

#D6F87B (or 0xD6F87B) is unknown color: approx Mindaro. HEX triplet: D6, F8 and 7B. RGB value is (214,248,123). Sum of RGB (Red+Green+Blue) = 214+248+123=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 123 (48.44% from 255 or 21.03% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F87B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F87B is #290784. Grayscale: #E0E0E0. Windows color (decimal): -2688901 or 8124630. OLE color: 8124630.

HSL color Cylindrical-coordinate representation of color #D6F87B: hue angle of 76.32º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6F87B is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB214248123-
CMYK0.1400.500.03
HSL76.32º89.93%72.75%-
HSV(B)76.32º50.4%97.25%-
XYZ64.8782.8631.31-
YUV223.5871.24121.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 248 (97.27% from 255) = 42.39%
BLUE value IS 123 (48.44% from 255) = 21.03%
R=36.58%
G=42.39%
B=21.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2142481230.1400.500.0376.3289.9372.75
HexD6F87BE03234c5a49
Octal326370173160623114132111
Binary110101101111100011110111110011001011100110010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F87B; }

 p { color: rgb(214,248,123); }

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

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

 a { background-color: rgb(214,248,123); }

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

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

 span { border-color: rgb(214,248,123); }

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