#C0E229

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

Shades of Fuego #C0E229

Tints of Fuego #C0E229

Color information

#C0E229 (or 0xC0E229) is unknown color: approx Fuego. HEX triplet: C0, E2 and 29. RGB value is (192,226,41). Sum of RGB (Red+Green+Blue) = 192+226+41=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E229 is #3F1DD6. Grayscale: #C3C3C3. Windows color (decimal): -4136407 or 2745024. OLE color: 2745024.

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

Color convert

RGB19222641-
CMYK0.1500.820.11
HSL71.03º76.13%52.35%-
HSV(B)71.03º81.86%88.63%-
XYZ49.3365.7612.19-
YUV194.7441.24126.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.83%
GREEN value IS 226 (88.67% from 255) = 49.24%
BLUE value IS 41 (16.41% from 255) = 8.93%
R=41.83%
G=49.24%
B=8.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal192226410.1500.820.1171.0376.1352.35
HexC0E229F052B474c34
Octal300342511701221310711464
Binary1100000011100010101001111101010010101110001111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E229; }

 p { color: rgb(192,226,41); }

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

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

 a { background-color: rgb(192,226,41); }

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

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

 span { border-color: rgb(192,226,41); }

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