#CDE549

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

Shades of Las Palmas #CDE549

Tints of Las Palmas #CDE549

Color information

#CDE549 (or 0xCDE549) is unknown color: approx Las Palmas. HEX triplet: CD, E5 and 49. RGB value is (205,229,73). Sum of RGB (Red+Green+Blue) = 205+229+73=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE549 is #321AB6. Grayscale: #CCCCCC. Windows color (decimal): -3283639 or 4842957. OLE color: 4842957.

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

Color convert

RGB20522973-
CMYK0.1000.680.10
HSL69.23º75%59.22%-
HSV(B)69.23º68.12%89.8%-
XYZ54.469.516.85-
YUV204.0454.05128.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 229 (89.84% from 255) = 45.17%
BLUE value IS 73 (28.91% from 255) = 14.40%
R=40.43%
G=45.17%
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.10
SystemRedGreenBlueCMYKHSL
Decimal205229730.1000.680.1069.237559.22
HexCDE549A044A454b3b
Octal3153451111201041210511373
Binary11001101111001011001001101001000100101010001011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE549; }

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

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

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

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

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

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

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

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