#CFDE62

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

Shades of Mindaro #CFDE62

Tints of Mindaro #CFDE62

Color information

#CFDE62 (or 0xCFDE62) is unknown color: approx Mindaro. HEX triplet: CF, DE and 62. RGB value is (207,222,98). Sum of RGB (Red+Green+Blue) = 207+222+98=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE62 is #30219D. Grayscale: #CBCBCB. Windows color (decimal): -3154334 or 6479567. OLE color: 6479567.

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

Color convert

RGB20722298-
CMYK0.0700.560.13
HSL67.26º65.26%62.75%-
HSV(B)67.26º55.86%87.06%-
XYZ54.0666.3921.52-
YUV203.3868.53130.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.28%
GREEN value IS 222 (87.11% from 255) = 42.13%
BLUE value IS 98 (38.67% from 255) = 18.60%
R=39.28%
G=42.13%
B=18.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207222980.0700.560.1367.2665.2662.75
HexCFDE627038D43413f
Octal31733614270701510310177
Binary110011111101111011000101110111000110110000111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDE62; }

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

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

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

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

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

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

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

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