#cde548

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

Shades of Las Palmas #CDE548

Tints of Las Palmas #CDE548

Color information

#CDE548 (or 0xCDE548) is unknown color: approx Las Palmas. HEX triplet: CD, E5 and 48. RGB value is (205,229,72). Sum of RGB (Red+Green+Blue) = 205+229+72=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE548 is #321AB7. Grayscale: #CCCCCC. Windows color (decimal): -3283640 or 4777421. OLE color: 4777421.

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

Color convert

RGB20522972-
CMYK0.1000.690.10
HSL69.17º75.12%59.02%-
HSV(B)69.17º68.56%89.8%-
XYZ54.3769.4916.68-
YUV203.9353.55128.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 229 (89.84% from 255) = 45.26%
BLUE value IS 72 (28.52% from 255) = 14.23%
R=40.51%
G=45.26%
B=14.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal205229720.1000.690.1069.1775.1259.02
HexCDE548A045A454b3b
Octal3153451101201051210511373
Binary11001101111001011001000101001000101101010001011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cde548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cde548; }

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

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

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

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

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

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

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

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