#CFDF79

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

Shades of Mindaro #CFDF79

Tints of Mindaro #CFDF79

Color information

#CFDF79 (or 0xCFDF79) is unknown color: approx Mindaro. HEX triplet: CF, DF and 79. RGB value is (207,223,121). Sum of RGB (Red+Green+Blue) = 207+223+121=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 121 (47.66% from 255 or 21.96% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF79 is #302086. Grayscale: #CECECE. Windows color (decimal): -3154055 or 7987151. OLE color: 7987151.

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

Color convert

RGB207223121-
CMYK0.0700.460.13
HSL69.41º61.45%67.45%-
HSV(B)69.41º45.74%87.45%-
XYZ55.5767.4228.17-
YUV206.5979.7128.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 223 (87.5% from 255) = 40.47%
BLUE value IS 121 (47.66% from 255) = 21.96%
R=37.57%
G=40.47%
B=21.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072231210.0700.460.1369.4161.4567.45
HexCFDF79702ED453d43
Octal31733717170561510575103
Binary110011111101111111110011110101110110110001011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDF79; }

 p { color: rgb(207,223,121); }

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

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

 a { background-color: rgb(207,223,121); }

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

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

 span { border-color: rgb(207,223,121); }

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