#cce175

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

Shades of Mindaro #CCE175

Tints of Mindaro #CCE175

Color information

#CCE175 (or 0xCCE175) is unknown color: approx Mindaro. HEX triplet: CC, E1 and 75. RGB value is (204,225,117). Sum of RGB (Red+Green+Blue) = 204+225+117=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE175 is #331E8A. Grayscale: #CECECE. Windows color (decimal): -3350155 or 7725516. OLE color: 7725516.

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

Color convert

RGB204225117-
CMYK0.0900.480.12
HSL71.67º64.29%67.06%-
HSV(B)71.67º48%88.24%-
XYZ55.0467.9727.05-
YUV206.4177.54126.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 225 (88.28% from 255) = 41.21%
BLUE value IS 117 (46.09% from 255) = 21.43%
R=37.36%
G=41.21%
B=21.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042251170.0900.480.1271.6764.2967.06
HexCCE1759030C484043
Octal3143411651106014110100103
Binary11001100111000011110101100101100001100100100010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cce175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cce175; }

 p { color: rgb(204,225,117); }

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

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

 a { background-color: rgb(204,225,117); }

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

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

 span { border-color: rgb(204,225,117); }

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