#C0E128

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

Shades of Fuego #C0E128

Tints of Fuego #C0E128

Color information

#C0E128 (or 0xC0E128) is unknown color: approx Fuego. HEX triplet: C0, E1 and 28. RGB value is (192,225,40). Sum of RGB (Red+Green+Blue) = 192+225+40=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E128 is #3F1ED7. Grayscale: #C2C2C2. Windows color (decimal): -4136664 or 2679232. OLE color: 2679232.

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

Color convert

RGB19222540-
CMYK0.1500.820.12
HSL70.7º75.51%51.96%-
HSV(B)70.7º82.22%88.24%-
XYZ49.0565.2112.01-
YUV194.0441.07126.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.01%
GREEN value IS 225 (88.28% from 255) = 49.23%
BLUE value IS 40 (16.02% from 255) = 8.75%
R=42.01%
G=49.23%
B=8.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal192225400.1500.820.1270.775.5151.96
HexC0E128F052C474c34
Octal300341501701221410711464
Binary1100000011100001101000111101010010110010001111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E128; }

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

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

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

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

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

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

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

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