#CDE54C

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

Shades of Las Palmas #CDE54C

Tints of Las Palmas #CDE54C

Color information

#CDE54C (or 0xCDE54C) is unknown color: approx Las Palmas. HEX triplet: CD, E5 and 4C. RGB value is (205,229,76). Sum of RGB (Red+Green+Blue) = 205+229+76=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE54C is #321AB3. Grayscale: #CCCCCC. Windows color (decimal): -3283636 or 5039565. OLE color: 5039565.

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

Color convert

RGB20522976-
CMYK0.1000.670.10
HSL69.41º74.63%59.8%-
HSV(B)69.41º66.81%89.8%-
XYZ54.569.5417.39-
YUV204.3855.55128.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 229 (89.84% from 255) = 44.90%
BLUE value IS 76 (30.08% from 255) = 14.90%
R=40.20%
G=44.90%
B=14.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal205229760.1000.670.1069.4174.6359.8
HexCDE54CA043A454b3c
Octal3153451141201031210511374
Binary11001101111001011001100101001000011101010001011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE54C; }

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

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

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

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

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

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

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

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