#CCE05F

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

Shades of Mindaro #CCE05F

Tints of Mindaro #CCE05F

Color information

#CCE05F (or 0xCCE05F) is unknown color: approx Mindaro. HEX triplet: CC, E0 and 5F. RGB value is (204,224,95). Sum of RGB (Red+Green+Blue) = 204+224+95=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 95 (37.5% from 255 or 18.16% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE05F is #331FA0. Grayscale: #CBCBCB. Windows color (decimal): -3350433 or 6283468. OLE color: 6283468.

HSL color Cylindrical-coordinate representation of color #CCE05F: hue angle of 69.3º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCE05F is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB20422495-
CMYK0.0900.580.12
HSL69.3º67.54%62.55%-
HSV(B)69.3º57.59%87.84%-
XYZ53.6266.9720.93-
YUV203.3166.87128.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 224 (87.89% from 255) = 42.83%
BLUE value IS 95 (37.5% from 255) = 18.16%
R=39.01%
G=42.83%
B=18.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal204224950.0900.580.1269.367.5462.55
HexCCE05F903AC45443f
Octal314340137110721410510477
Binary1100110011100000101111110010111010110010001011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE05F; }

 p { color: rgb(204,224,95); }

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

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

 a { background-color: rgb(204,224,95); }

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

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

 span { border-color: rgb(204,224,95); }

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