#CEE245

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

Shades of Las Palmas #CEE245

Tints of Las Palmas #CEE245

Color information

#CEE245 (or 0xCEE245) is unknown color: approx Las Palmas. HEX triplet: CE, E2 and 45. RGB value is (206,226,69). Sum of RGB (Red+Green+Blue) = 206+226+69=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 69 (27.34% from 255 or 13.77% from 501); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE245 is #311DBA. Grayscale: #CACACA. Windows color (decimal): -3218875 or 4580046. OLE color: 4580046.

HSL color Cylindrical-coordinate representation of color #CEE245: hue angle of 67.64º degrees, saturation: 0.73, 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 #CEE245 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB20622669-
CMYK0.0900.690.11
HSL67.64º73.02%57.84%-
HSV(B)67.64º69.47%88.63%-
XYZ53.7267.9415.91-
YUV202.1252.87130.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 226 (88.67% from 255) = 45.11%
BLUE value IS 69 (27.34% from 255) = 13.77%
R=41.12%
G=45.11%
B=13.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal206226690.0900.690.1167.6473.0257.84
HexCEE2459045B44493a
Octal3163421051101051310411172
Binary11001110111000101000101100101000101101110001001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE245; }

 p { color: rgb(206,226,69); }

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

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

 a { background-color: rgb(206,226,69); }

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

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

 span { border-color: rgb(206,226,69); }

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