#CDE349

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

Shades of Las Palmas #CDE349

Tints of Las Palmas #CDE349

Color information

#CDE349 (or 0xCDE349) is unknown color: approx Las Palmas. HEX triplet: CD, E3 and 49. RGB value is (205,227,73). Sum of RGB (Red+Green+Blue) = 205+227+73=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE349 is #321CB6. Grayscale: #CBCBCB. Windows color (decimal): -3284151 or 4842445. OLE color: 4842445.

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

Color convert

RGB20522773-
CMYK0.1000.680.11
HSL68.57º73.33%58.82%-
HSV(B)68.57º67.84%89.02%-
XYZ53.8568.416.67-
YUV202.8754.71129.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 227 (89.06% from 255) = 44.95%
BLUE value IS 73 (28.91% from 255) = 14.46%
R=40.59%
G=44.95%
B=14.46%

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
Decimal205227730.1000.680.1168.5773.3358.82
HexCDE349A044B45493b
Octal3153431111201041310511173
Binary11001101111000111001001101001000100101110001011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE349; }

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

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

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

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

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

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

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

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