#C0DB37

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

Shades of Las Palmas #C0DB37

Tints of Las Palmas #C0DB37

Color information

#C0DB37 (or 0xC0DB37) is unknown color: approx Las Palmas. HEX triplet: C0, DB and 37. RGB value is (192,219,55). Sum of RGB (Red+Green+Blue) = 192+219+55=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 55 (21.88% from 255 or 11.80% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DB37 is #3F24C8. Grayscale: #C0C0C0. Windows color (decimal): -4138185 or 3660736. OLE color: 3660736.

HSL color Cylindrical-coordinate representation of color #C0DB37: hue angle of 69.88º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0DB37 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB19221955-
CMYK0.1200.750.14
HSL69.88º69.49%53.73%-
HSV(B)69.88º74.89%85.88%-
XYZ47.7662.1513.09-
YUV192.2350.55127.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.20%
GREEN value IS 219 (85.94% from 255) = 47.00%
BLUE value IS 55 (21.88% from 255) = 11.80%
R=41.20%
G=47.00%
B=11.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal192219550.1200.750.1469.8869.4953.73
HexC0DB37C04BE464536
Octal300333671401131610610566
Binary1100000011011011110111110001001011111010001101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DB37; }

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

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

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

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

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

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

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

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