#CDDD3E

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

Shades of Las Palmas #CDDD3E

Tints of Las Palmas #CDDD3E

Color information

#CDDD3E (or 0xCDDD3E) is unknown color: approx Las Palmas. HEX triplet: CD, DD and 3E. RGB value is (205,221,62). Sum of RGB (Red+Green+Blue) = 205+221+62=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 62 (24.61% from 255 or 12.70% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD3E is #3222C1. Grayscale: #C6C6C6. Windows color (decimal): -3285698 or 4120013. OLE color: 4120013.

HSL color Cylindrical-coordinate representation of color #CDDD3E: hue angle of 66.04º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDDD3E is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB20522162-
CMYK0.0700.720.13
HSL66.04º70.04%55.49%-
HSV(B)66.04º71.95%86.67%-
XYZ51.965.0414.38-
YUV198.0951.2132.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 221 (86.72% from 255) = 45.29%
BLUE value IS 62 (24.61% from 255) = 12.70%
R=42.01%
G=45.29%
B=12.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205221620.0700.720.1366.0470.0455.49
HexCDDD3E7048D424637
Octal31533576701101510210667
Binary110011011101110111111011101001000110110000101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD3E; }

 p { color: rgb(205,221,62); }

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

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

 a { background-color: rgb(205,221,62); }

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

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

 span { border-color: rgb(205,221,62); }

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