#CFDE71

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

Shades of Mindaro #CFDE71

Tints of Mindaro #CFDE71

Color information

#CFDE71 (or 0xCFDE71) is unknown color: approx Mindaro. HEX triplet: CF, DE and 71. RGB value is (207,222,113). Sum of RGB (Red+Green+Blue) = 207+222+113=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE71 is #30218E. Grayscale: #CDCDCD. Windows color (decimal): -3154319 or 7462607. OLE color: 7462607.

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

Color convert

RGB207222113-
CMYK0.0700.490.13
HSL68.26º62.29%65.69%-
HSV(B)68.26º49.1%87.06%-
XYZ54.8366.725.61-
YUV205.0976.03129.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.19%
GREEN value IS 222 (87.11% from 255) = 40.96%
BLUE value IS 113 (44.53% from 255) = 20.85%
R=38.19%
G=40.96%
B=20.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221130.0700.490.1368.2662.2965.69
HexCFDE717031D443e42
Octal31733616170611510476102
Binary110011111101111011100011110110001110110001001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDE71; }

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

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

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

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

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

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

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

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