#C0E52B

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

Shades of Fuego #C0E52B

Tints of Fuego #C0E52B

Color information

#C0E52B (or 0xC0E52B) is unknown color: approx Fuego. HEX triplet: C0, E5 and 2B. RGB value is (192,229,43). Sum of RGB (Red+Green+Blue) = 192+229+43=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 43 (17.19% from 255 or 9.27% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E52B is #3F1AD4. Grayscale: #C5C5C5. Windows color (decimal): -4135637 or 2876864. OLE color: 2876864.

HSL color Cylindrical-coordinate representation of color #C0E52B: hue angle of 71.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0E52B is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB19222943-
CMYK0.1600.810.10
HSL71.94º78.15%53.33%-
HSV(B)71.94º81.22%89.8%-
XYZ50.1967.4212.65-
YUV196.7341.24124.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.38%
GREEN value IS 229 (89.84% from 255) = 49.35%
BLUE value IS 43 (17.19% from 255) = 9.27%
R=41.38%
G=49.35%
B=9.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal192229430.1600.810.1071.9478.1553.33
HexC0E52B10051A484e35
Octal300345532001211211011665
Binary11000000111001011010111000001010001101010010001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E52B; }

 p { color: rgb(192,229,43); }

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

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

 a { background-color: rgb(192,229,43); }

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

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

 span { border-color: rgb(192,229,43); }

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