#CDE249

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

Shades of Las Palmas #CDE249

Tints of Las Palmas #CDE249

Color information

#CDE249 (or 0xCDE249) is unknown color: approx Las Palmas. HEX triplet: CD, E2 and 49. RGB value is (205,226,73). Sum of RGB (Red+Green+Blue) = 205+226+73=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 73 (28.91% from 255 or 14.48% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE249 is #321DB6. Grayscale: #CACACA. Windows color (decimal): -3284407 or 4842189. OLE color: 4842189.

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

Color convert

RGB20522673-
CMYK0.0900.680.11
HSL68.24º72.51%58.63%-
HSV(B)68.24º67.7%88.63%-
XYZ53.5867.8516.58-
YUV202.2855.04129.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 226 (88.67% from 255) = 44.84%
BLUE value IS 73 (28.91% from 255) = 14.48%
R=40.67%
G=44.84%
B=14.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal205226730.0900.680.1168.2472.5158.63
HexCDE2499044B44493b
Octal3153421111101041310411173
Binary11001101111000101001001100101000100101110001001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE249; }

 p { color: rgb(205,226,73); }

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

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

 a { background-color: rgb(205,226,73); }

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

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

 span { border-color: rgb(205,226,73); }

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