#CCE446

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

Shades of Las Palmas #CCE446

Tints of Las Palmas #CCE446

Color information

#CCE446 (or 0xCCE446) is unknown color: approx Las Palmas. HEX triplet: CC, E4 and 46. RGB value is (204,228,70). Sum of RGB (Red+Green+Blue) = 204+228+70=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE446 is #331BB9. Grayscale: #CBCBCB. Windows color (decimal): -3349434 or 4646092. OLE color: 4646092.

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

Color convert

RGB20422870-
CMYK0.1100.690.11
HSL69.11º74.53%58.43%-
HSV(B)69.11º69.3%89.41%-
XYZ53.7568.7716.23-
YUV202.8153.05128.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 228 (89.45% from 255) = 45.42%
BLUE value IS 70 (27.73% from 255) = 13.94%
R=40.64%
G=45.42%
B=13.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal204228700.1100.690.1169.1174.5358.43
HexCCE446B045B454b3a
Octal3143441061301051310511372
Binary11001100111001001000110101101000101101110001011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE446; }

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

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

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

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

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

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

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

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