#C2E226

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

Shades of Fuego #C2E226

Tints of Fuego #C2E226

Color information

#C2E226 (or 0xC2E226) is unknown color: approx Fuego. HEX triplet: C2, E2 and 26. RGB value is (194,226,38). Sum of RGB (Red+Green+Blue) = 194+226+38=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 38 (15.23% from 255 or 8.30% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E226 is #3D1DD9. Grayscale: #C3C3C3. Windows color (decimal): -4005338 or 2548418. OLE color: 2548418.

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

Color convert

RGB19422638-
CMYK0.1400.830.11
HSL70.21º76.42%51.76%-
HSV(B)70.21º83.19%88.63%-
XYZ49.796611.95-
YUV19539.4127.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.36%
GREEN value IS 226 (88.67% from 255) = 49.34%
BLUE value IS 38 (15.23% from 255) = 8.30%
R=42.36%
G=49.34%
B=8.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal194226380.1400.830.1170.2176.4251.76
HexC2E226E053B464c34
Octal302342461601231310611464
Binary1100001011100010100110111001010011101110001101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E226; }

 p { color: rgb(194,226,38); }

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

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

 a { background-color: rgb(194,226,38); }

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

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

 span { border-color: rgb(194,226,38); }

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