#CEE449

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

Shades of Las Palmas #CEE449

Tints of Las Palmas #CEE449

Color information

#CEE449 (or 0xCEE449) is unknown color: approx Las Palmas. HEX triplet: CE, E4 and 49. RGB value is (206,228,73). Sum of RGB (Red+Green+Blue) = 206+228+73=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE449 is #311BB6. Grayscale: #CCCCCC. Windows color (decimal): -3218359 or 4842702. OLE color: 4842702.

HSL color Cylindrical-coordinate representation of color #CEE449: hue angle of 68.52º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEE449 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB20622873-
CMYK0.1000.680.11
HSL68.52º74.16%59.02%-
HSV(B)68.52º67.98%89.41%-
XYZ54.469.0916.77-
YUV203.7554.21129.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 228 (89.45% from 255) = 44.97%
BLUE value IS 73 (28.91% from 255) = 14.40%
R=40.63%
G=44.97%
B=14.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal206228730.1000.680.1168.5274.1659.02
HexCEE449A044B454a3b
Octal3163441111201041310511273
Binary11001110111001001001001101001000100101110001011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE449; }

 p { color: rgb(206,228,73); }

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

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

 a { background-color: rgb(206,228,73); }

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

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

 span { border-color: rgb(206,228,73); }

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