#CCE669

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

Shades of Mindaro #CCE669

Tints of Mindaro #CCE669

Color information

#CCE669 (or 0xCCE669) is unknown color: approx Mindaro. HEX triplet: CC, E6 and 69. RGB value is (204,230,105). Sum of RGB (Red+Green+Blue) = 204+230+105=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE669 is #331996. Grayscale: #D0D0D0. Windows color (decimal): -3348887 or 6940364. OLE color: 6940364.

HSL color Cylindrical-coordinate representation of color #CCE669: hue angle of 72.48º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCE669 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB204230105-
CMYK0.1100.540.10
HSL72.48º71.43%65.69%-
HSV(B)72.48º54.35%90.2%-
XYZ55.7570.4524.02-
YUV207.9869.89125.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 230 (90.23% from 255) = 42.67%
BLUE value IS 105 (41.41% from 255) = 19.48%
R=37.85%
G=42.67%
B=19.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042301050.1100.540.1072.4871.4365.69
HexCCE669B036A484742
Octal3143461511306612110107102
Binary11001100111001101101001101101101101010100100010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE669; }

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

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

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

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

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

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

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

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