#C0DD3E

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

Shades of Las Palmas #C0DD3E

Tints of Las Palmas #C0DD3E

Color information

#C0DD3E (or 0xC0DD3E) is unknown color: approx Las Palmas. HEX triplet: C0, DD and 3E. RGB value is (192,221,62). Sum of RGB (Red+Green+Blue) = 192+221+62=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 62 (24.61% from 255 or 13.05% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DD3E is #3F22C1. Grayscale: #C2C2C2. Windows color (decimal): -4137666 or 4120000. OLE color: 4120000.

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

Color convert

RGB19222162-
CMYK0.1300.720.13
HSL70.94º70.04%55.49%-
HSV(B)70.94º71.95%86.67%-
XYZ48.4663.2714.21-
YUV194.253.39126.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 221 (86.72% from 255) = 46.53%
BLUE value IS 62 (24.61% from 255) = 13.05%
R=40.42%
G=46.53%
B=13.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192221620.1300.720.1370.9470.0455.49
HexC0DD3ED048D474637
Octal300335761501101510710667
Binary1100000011011101111110110101001000110110001111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DD3E; }

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

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

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

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

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

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

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

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