#CCE845

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

Shades of Las Palmas #CCE845

Tints of Las Palmas #CCE845

Color information

#CCE845 (or 0xCCE845) is unknown color: approx Las Palmas. HEX triplet: CC, E8 and 45. RGB value is (204,232,69). Sum of RGB (Red+Green+Blue) = 204+232+69=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE845 is #3317BA. Grayscale: #CDCDCD. Windows color (decimal): -3348411 or 4581580. OLE color: 4581580.

HSL color Cylindrical-coordinate representation of color #CCE845: hue angle of 70.31º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCE845 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB20423269-
CMYK0.1200.700.09
HSL70.31º77.99%59.02%-
HSV(B)70.31º70.26%90.98%-
XYZ54.8370.9816.44-
YUV205.0551.22127.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 232 (91.02% from 255) = 45.94%
BLUE value IS 69 (27.34% from 255) = 13.66%
R=40.40%
G=45.94%
B=13.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal204232690.1200.700.0970.3177.9959.02
HexCCE845C0469464e3b
Octal3143501051401061110611673
Binary11001100111010001000101110001000110100110001101001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE845; }

 p { color: rgb(204,232,69); }

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

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

 a { background-color: rgb(204,232,69); }

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

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

 span { border-color: rgb(204,232,69); }

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