#CCEE69

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

Shades of Mindaro #CCEE69

Tints of Mindaro #CCEE69

Color information

#CCEE69 (or 0xCCEE69) is unknown color: approx Mindaro. HEX triplet: CC, EE and 69. RGB value is (204,238,105). Sum of RGB (Red+Green+Blue) = 204+238+105=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEE69 is #331196. Grayscale: #D5D5D5. Windows color (decimal): -3346839 or 6942412. OLE color: 6942412.

HSL color Cylindrical-coordinate representation of color #CCEE69: hue angle of 75.34º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCEE69 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB204238105-
CMYK0.1400.560.07
HSL75.34º79.64%67.25%-
HSV(B)75.34º55.88%93.33%-
XYZ58.0375.0124.78-
YUV212.6767.24121.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 238 (93.36% from 255) = 43.51%
BLUE value IS 105 (41.41% from 255) = 19.20%
R=37.29%
G=43.51%
B=19.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042381050.1400.560.0775.3479.6467.25
HexCCEE69E03874b5043
Octal314356151160707113120103
Binary1100110011101110110100111100111000111100101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEE69; }

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

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

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

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

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

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

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

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