#CDDD4D

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

Shades of Las Palmas #CDDD4D

Tints of Las Palmas #CDDD4D

Color information

#CDDD4D (or 0xCDDD4D) is unknown color: approx Las Palmas. HEX triplet: CD, DD and 4D. RGB value is (205,221,77). Sum of RGB (Red+Green+Blue) = 205+221+77=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD4D is #3222B2. Grayscale: #C8C8C8. Windows color (decimal): -3285683 or 5103053. OLE color: 5103053.

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

Color convert

RGB20522177-
CMYK0.0700.650.13
HSL66.67º67.92%58.43%-
HSV(B)66.67º65.16%86.67%-
XYZ52.3765.2316.85-
YUV199.858.7131.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 221 (86.72% from 255) = 43.94%
BLUE value IS 77 (30.47% from 255) = 15.31%
R=40.76%
G=43.94%
B=15.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205221770.0700.650.1366.6767.9258.43
HexCDDD4D7041D43443a
Octal315335115701011510310472
Binary1100110111011101100110111101000001110110000111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD4D; }

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

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

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

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

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

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

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

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