#CDDE49

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

Shades of Las Palmas #CDDE49

Tints of Las Palmas #CDDE49

Color information

#CDDE49 (or 0xCDDE49) is unknown color: approx Las Palmas. HEX triplet: CD, DE and 49. RGB value is (205,222,73). Sum of RGB (Red+Green+Blue) = 205+222+73=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDE49 is #3221B6. Grayscale: #C8C8C8. Windows color (decimal): -3285431 or 4841165. OLE color: 4841165.

HSL color Cylindrical-coordinate representation of color #CDDE49: hue angle of 66.85º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDDE49 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB20522273-
CMYK0.0800.670.13
HSL66.85º69.3%57.84%-
HSV(B)66.85º67.12%87.06%-
XYZ52.565.716.22-
YUV199.9356.37131.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 222 (87.11% from 255) = 44.4%
BLUE value IS 73 (28.91% from 255) = 14.6%
R=41%
G=44.4%
B=14.6%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205222730.0800.670.1366.8569.357.84
HexCDDE498043D43453a
Octal3153361111001031510310572
Binary11001101110111101001001100001000011110110000111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE49; }

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

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

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

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

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

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

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

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