#D6F75F

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

Shades of Mindaro #D6F75F

Tints of Mindaro #D6F75F

Color information

#D6F75F (or 0xD6F75F) is unknown color: approx Mindaro. HEX triplet: D6, F7 and 5F. RGB value is (214,247,95). Sum of RGB (Red+Green+Blue) = 214+247+95=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 247 (96.88% from 255 or 44.42% from 556); Blue value is 95 (37.5% from 255 or 17.09% from 556); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F75F is #2908A0. Grayscale: #DCDCDC. Windows color (decimal): -2689185 or 6289366. OLE color: 6289366.

HSL color Cylindrical-coordinate representation of color #D6F75F: hue angle of 73.03º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D6F75F is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB21424795-
CMYK0.1300.620.03
HSL73.03º90.48%67.06%-
HSV(B)73.03º61.54%96.86%-
XYZ63.0681.6423.26-
YUV219.857.57123.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.49%
GREEN value IS 247 (96.88% from 255) = 44.42%
BLUE value IS 95 (37.5% from 255) = 17.09%
R=38.49%
G=44.42%
B=17.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal214247950.1300.620.0373.0390.4867.06
HexD6F75FD03E3495a43
Octal326367137150763111132103
Binary110101101111011110111111101011111011100100110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F75F; }

 p { color: rgb(214,247,95); }

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

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

 a { background-color: rgb(214,247,95); }

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

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

 span { border-color: rgb(214,247,95); }

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