#CCE169

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

Shades of Mindaro #CCE169

Tints of Mindaro #CCE169

Color information

#CCE169 (or 0xCCE169) is unknown color: approx Mindaro. HEX triplet: CC, E1 and 69. RGB value is (204,225,105). Sum of RGB (Red+Green+Blue) = 204+225+105=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE169 is #331E96. Grayscale: #CDCDCD. Windows color (decimal): -3350167 or 6939084. OLE color: 6939084.

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

Color convert

RGB204225105-
CMYK0.0900.530.12
HSL70.5º66.67%64.71%-
HSV(B)70.5º53.33%88.24%-
XYZ54.3867.7123.57-
YUV205.0471.54127.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 225 (88.28% from 255) = 42.13%
BLUE value IS 105 (41.41% from 255) = 19.66%
R=38.20%
G=42.13%
B=19.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042251050.0900.530.1270.566.6764.71
HexCCE1699035C464341
Octal3143411511106514106103101
Binary11001100111000011101001100101101011100100011010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE169; }

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

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

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

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

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

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

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

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