#CCE469

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

Shades of Mindaro #CCE469

Tints of Mindaro #CCE469

Color information

#CCE469 (or 0xCCE469) is unknown color: approx Mindaro. HEX triplet: CC, E4 and 69. RGB value is (204,228,105). Sum of RGB (Red+Green+Blue) = 204+228+105=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE469 is #331B96. Grayscale: #CFCFCF. Windows color (decimal): -3349399 or 6939852. OLE color: 6939852.

HSL color Cylindrical-coordinate representation of color #CCE469: hue angle of 71.71º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCE469 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB204228105-
CMYK0.1100.540.11
HSL71.71º69.49%65.29%-
HSV(B)71.71º53.95%89.41%-
XYZ55.269.3423.84-
YUV206.870.55126-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 228 (89.45% from 255) = 42.46%
BLUE value IS 105 (41.41% from 255) = 19.55%
R=37.99%
G=42.46%
B=19.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042281050.1100.540.1171.7169.4965.29
HexCCE469B036B484541
Octal3143441511306613110105101
Binary11001100111001001101001101101101101011100100010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE469; }

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

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

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

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

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

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

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

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