#c0dc42

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

Shades of Las Palmas #C0DC42

Tints of Las Palmas #C0DC42

Color information

#C0DC42 (or 0xC0DC42) is unknown color: approx Las Palmas. HEX triplet: C0, DC and 42. RGB value is (192,220,66). Sum of RGB (Red+Green+Blue) = 192+220+66=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DC42 is #3F23BD. Grayscale: #C2C2C2. Windows color (decimal): -4137918 or 4381888. OLE color: 4381888.

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

Color convert

RGB19222066-
CMYK0.1300.70.14
HSL70.91º68.75%56.08%-
HSV(B)70.91º70%86.27%-
XYZ48.3162.7914.73-
YUV194.0755.72126.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.17%
GREEN value IS 220 (86.33% from 255) = 46.03%
BLUE value IS 66 (26.17% from 255) = 13.81%
R=40.17%
G=46.03%
B=13.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal192220660.1300.70.1470.9168.7556.08
HexC0DC42D046E474538
Octal3003341021501061610710570
Binary11000000110111001000010110101000110111010001111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0dc42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0dc42; }

 p { color: rgb(192,220,66); }

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

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

 a { background-color: rgb(192,220,66); }

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

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

 span { border-color: rgb(192,220,66); }

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