#C0E142

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

Shades of Las Palmas #C0E142

Tints of Las Palmas #C0E142

Color information

#C0E142 (or 0xC0E142) is unknown color: approx Las Palmas. HEX triplet: C0, E1 and 42. RGB value is (192,225,66). Sum of RGB (Red+Green+Blue) = 192+225+66=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 66 (26.17% from 255 or 13.66% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E142 is #3F1EBD. Grayscale: #C5C5C5. Windows color (decimal): -4136638 or 4383168. OLE color: 4383168.

HSL color Cylindrical-coordinate representation of color #C0E142: hue angle of 72.45º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0E142 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB19222566-
CMYK0.1500.710.12
HSL72.45º72.6%57.06%-
HSV(B)72.45º70.67%88.24%-
XYZ49.6565.4515.17-
YUV197.0154.07124.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 225 (88.28% from 255) = 46.58%
BLUE value IS 66 (26.17% from 255) = 13.66%
R=39.75%
G=46.58%
B=13.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal192225660.1500.710.1272.4572.657.06
HexC0E142F047C484939
Octal3003411021701071411011171
Binary11000000111000011000010111101000111110010010001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E142; }

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

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

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

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

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

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

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

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