#CFDE6E

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

Shades of Mindaro #CFDE6E

Tints of Mindaro #CFDE6E

Color information

#CFDE6E (or 0xCFDE6E) is unknown color: approx Mindaro. HEX triplet: CF, DE and 6E. RGB value is (207,222,110). Sum of RGB (Red+Green+Blue) = 207+222+110=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE6E is #302191. Grayscale: #CDCDCD. Windows color (decimal): -3154322 or 7265999. OLE color: 7265999.

HSL color Cylindrical-coordinate representation of color #CFDE6E: hue angle of 68.04º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFDE6E is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB207222110-
CMYK0.0700.500.13
HSL68.04º62.92%65.1%-
HSV(B)68.04º50.45%87.06%-
XYZ54.6766.6324.73-
YUV204.7574.53129.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 222 (87.11% from 255) = 41.19%
BLUE value IS 110 (43.36% from 255) = 20.41%
R=38.40%
G=41.19%
B=20.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221100.0700.500.1368.0462.9265.1
HexCFDE6E7032D443f41
Octal31733615670621510477101
Binary110011111101111011011101110110010110110001001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDE6E; }

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

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

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

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

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

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

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

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