#CCDD45

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

Shades of Las Palmas #CCDD45

Tints of Las Palmas #CCDD45

Color information

#CCDD45 (or 0xCCDD45) is unknown color: approx Las Palmas. HEX triplet: CC, DD and 45. RGB value is (204,221,69). Sum of RGB (Red+Green+Blue) = 204+221+69=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 69 (27.34% from 255 or 13.97% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD45 is #3322BA. Grayscale: #C7C7C7. Windows color (decimal): -3351227 or 4578764. OLE color: 4578764.

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

Color convert

RGB20422169-
CMYK0.0800.690.13
HSL66.71º69.09%56.86%-
HSV(B)66.71º68.78%86.67%-
XYZ51.8364.9815.44-
YUV198.5954.87131.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 69 (27.34% from 255) = 13.97%
R=41.30%
G=44.74%
B=13.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204221690.0800.690.1366.7169.0956.86
HexCCDD458045D434539
Octal3143351051001051510310571
Binary11001100110111011000101100001000101110110000111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDD45; }

 p { color: rgb(204,221,69); }

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

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

 a { background-color: rgb(204,221,69); }

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

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

 span { border-color: rgb(204,221,69); }

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