#D6F27C

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

Shades of Mindaro #D6F27C

Tints of Mindaro #D6F27C

Color information

#D6F27C (or 0xD6F27C) is unknown color: approx Mindaro. HEX triplet: D6, F2 and 7C. RGB value is (214,242,124). Sum of RGB (Red+Green+Blue) = 214+242+124=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 124 (48.83% from 255 or 21.38% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F27C is #290D83. Grayscale: #DCDCDC. Windows color (decimal): -2690436 or 8188630. OLE color: 8188630.

HSL color Cylindrical-coordinate representation of color #D6F27C: hue angle of 74.24º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6F27C is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB214242124-
CMYK0.1200.490.05
HSL74.24º81.94%71.76%-
HSV(B)74.24º48.76%94.9%-
XYZ63.1279.2631.04-
YUV220.1873.72123.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.90%
GREEN value IS 242 (94.92% from 255) = 41.72%
BLUE value IS 124 (48.83% from 255) = 21.38%
R=36.90%
G=41.72%
B=21.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142421240.1200.490.0574.2481.9471.76
HexD6F27CC03154a5248
Octal326362174140615112122110
Binary1101011011110010111110011000110001101100101010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F27C; }

 p { color: rgb(214,242,124); }

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

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

 a { background-color: rgb(214,242,124); }

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

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

 span { border-color: rgb(214,242,124); }

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