#C0E332

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

Shades of Las Palmas #C0E332

Tints of Las Palmas #C0E332

Color information

#C0E332 (or 0xC0E332) is unknown color: approx Las Palmas. HEX triplet: C0, E3 and 32. RGB value is (192,227,50). Sum of RGB (Red+Green+Blue) = 192+227+50=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 50 (19.92% from 255 or 10.66% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E332 is #3F1CCD. Grayscale: #C5C5C5. Windows color (decimal): -4136142 or 3335104. OLE color: 3335104.

HSL color Cylindrical-coordinate representation of color #C0E332: hue angle of 71.86º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0E332 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB19222750-
CMYK0.1500.780.11
HSL71.86º75.97%54.31%-
HSV(B)71.86º77.97%89.02%-
XYZ49.7866.3713.21-
YUV196.3645.4124.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 227 (89.06% from 255) = 48.40%
BLUE value IS 50 (19.92% from 255) = 10.66%
R=40.94%
G=48.40%
B=10.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal192227500.1500.780.1171.8675.9754.31
HexC0E332F04EB484c36
Octal300343621701161311011466
Binary1100000011100011110010111101001110101110010001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E332; }

 p { color: rgb(192,227,50); }

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

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

 a { background-color: rgb(192,227,50); }

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

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

 span { border-color: rgb(192,227,50); }

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