#CFDE76

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

Shades of Mindaro #CFDE76

Tints of Mindaro #CFDE76

Color information

#CFDE76 (or 0xCFDE76) is unknown color: approx Mindaro. HEX triplet: CF, DE and 76. RGB value is (207,222,118). Sum of RGB (Red+Green+Blue) = 207+222+118=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE76 is #302189. Grayscale: #CECECE. Windows color (decimal): -3154314 or 7790287. OLE color: 7790287.

HSL color Cylindrical-coordinate representation of color #CFDE76: hue angle of 68.65º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFDE76 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB207222118-
CMYK0.0700.470.13
HSL68.65º61.18%66.67%-
HSV(B)68.65º46.85%87.06%-
XYZ55.1266.8227.13-
YUV205.6678.53128.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 222 (87.11% from 255) = 40.59%
BLUE value IS 118 (46.48% from 255) = 21.57%
R=37.84%
G=40.59%
B=21.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221180.0700.470.1368.6561.1866.67
HexCFDE76702FD453d43
Octal31733616670571510575103
Binary110011111101111011101101110101111110110001011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDE76; }

 p { color: rgb(207,222,118); }

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

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

 a { background-color: rgb(207,222,118); }

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

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

 span { border-color: rgb(207,222,118); }

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