#CEE144

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

Shades of Las Palmas #CEE144

Tints of Las Palmas #CEE144

Color information

#CEE144 (or 0xCEE144) is unknown color: approx Las Palmas. HEX triplet: CE, E1 and 44. RGB value is (206,225,68). Sum of RGB (Red+Green+Blue) = 206+225+68=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE144 is #311EBB. Grayscale: #CACACA. Windows color (decimal): -3219132 or 4514254. OLE color: 4514254.

HSL color Cylindrical-coordinate representation of color #CEE144: hue angle of 67.26º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEE144 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB20622568-
CMYK0.0800.700.12
HSL67.26º72.35%57.45%-
HSV(B)67.26º69.78%88.24%-
XYZ53.4267.3915.66-
YUV201.4252.71131.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 225 (88.28% from 255) = 45.09%
BLUE value IS 68 (26.95% from 255) = 13.63%
R=41.28%
G=45.09%
B=13.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal206225680.0800.700.1267.2672.3557.45
HexCEE1448046C434839
Octal3163411041001061410311071
Binary11001110111000011000100100001000110110010000111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE144; }

 p { color: rgb(206,225,68); }

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

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

 a { background-color: rgb(206,225,68); }

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

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

 span { border-color: rgb(206,225,68); }

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