#C0DD37

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

Shades of Las Palmas #C0DD37

Tints of Las Palmas #C0DD37

Color information

#C0DD37 (or 0xC0DD37) is unknown color: approx Las Palmas. HEX triplet: C0, DD and 37. RGB value is (192,221,55). Sum of RGB (Red+Green+Blue) = 192+221+55=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 55 (21.88% from 255 or 11.75% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DD37 is #3F22C8. Grayscale: #C2C2C2. Windows color (decimal): -4137673 or 3661248. OLE color: 3661248.

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

Color convert

RGB19222155-
CMYK0.1300.750.13
HSL70.48º70.94%54.12%-
HSV(B)70.48º75.11%86.67%-
XYZ48.2863.213.27-
YUV193.449.89127-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.03%
GREEN value IS 221 (86.72% from 255) = 47.22%
BLUE value IS 55 (21.88% from 255) = 11.75%
R=41.03%
G=47.22%
B=11.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192221550.1300.750.1370.4870.9454.12
HexC0DD37D04BD464736
Octal300335671501131510610766
Binary1100000011011101110111110101001011110110001101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DD37; }

 p { color: rgb(192,221,55); }

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

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

 a { background-color: rgb(192,221,55); }

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

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

 span { border-color: rgb(192,221,55); }

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