#CCE071

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

Shades of Mindaro #CCE071

Tints of Mindaro #CCE071

Color information

#CCE071 (or 0xCCE071) is unknown color: approx Mindaro. HEX triplet: CC, E0 and 71. RGB value is (204,224,113). Sum of RGB (Red+Green+Blue) = 204+224+113=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE071 is #331F8E. Grayscale: #CDCDCD. Windows color (decimal): -3350415 or 7463116. OLE color: 7463116.

HSL color Cylindrical-coordinate representation of color #CCE071: hue angle of 70.81º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCE071 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB204224113-
CMYK0.0900.500.12
HSL70.81º64.16%66.08%-
HSV(B)70.81º49.55%87.84%-
XYZ54.5467.3425.75-
YUV205.3775.87127.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 224 (87.89% from 255) = 41.40%
BLUE value IS 113 (44.53% from 255) = 20.89%
R=37.71%
G=41.40%
B=20.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042241130.0900.500.1270.8164.1666.08
HexCCE0719032C474042
Octal3143401611106214107100102
Binary11001100111000001110001100101100101100100011110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE071; }

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

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

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

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

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

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

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

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