#CCE45B

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

Shades of Mindaro #CCE45B

Tints of Mindaro #CCE45B

Color information

#CCE45B (or 0xCCE45B) is unknown color: approx Mindaro. HEX triplet: CC, E4 and 5B. RGB value is (204,228,91). Sum of RGB (Red+Green+Blue) = 204+228+91=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 91 (35.94% from 255 or 17.40% from 523); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE45B is #331BA4. Grayscale: #CDCDCD. Windows color (decimal): -3349413 or 6022348. OLE color: 6022348.

HSL color Cylindrical-coordinate representation of color #CCE45B: hue angle of 70.51º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCE45B is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB20422891-
CMYK0.1100.600.11
HSL70.51º71.73%62.55%-
HSV(B)70.51º60.09%89.41%-
XYZ54.5369.0820.36-
YUV205.2163.55127.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 228 (89.45% from 255) = 43.59%
BLUE value IS 91 (35.94% from 255) = 17.40%
R=39.01%
G=43.59%
B=17.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal204228910.1100.600.1170.5171.7362.55
HexCCE45BB03CB47483f
Octal314344133130741310711077
Binary1100110011100100101101110110111100101110001111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE45B; }

 p { color: rgb(204,228,91); }

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

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

 a { background-color: rgb(204,228,91); }

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

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

 span { border-color: rgb(204,228,91); }

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