Html Css Color HEX #C0E020 Fuego

📋 copy color: '#C0E020'

red 192 ◦ green 224 ◦ blue 32

#C0E020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #C0E020

Tints of Fuego #C0E020

RGB

 RED value IS 192 (75.39% from 255) = 42.86%

 GREEN value IS 224 (87.89% from 255) = 50%

 BLUE value IS 32 (12.89% from 255) = 7.14%

R = 42.86%
G = 50%
B = 7.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#C0E020 (or 0xC0E020) is known color: Fuego. HEX triplet: C0, E0 and 20. RGB value is (192,224,32). Sum of RGB (Red+Green+Blue) = 192+224+32=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E020 is #3F1FDF. Grayscale: #C1C1C1. Windows color (decimal): -4136928 or 2154688. OLE color: 2154688.

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

Color convert

RGB 192 224 32 -
CMYK 0.14 0 0.86 0.12
HSL 70º 0.76% 0.5% -
HSV(B) 70º 0.86% 0.88% -
XYZ 48.65 64.62 11.28 -
YUV 192.54 37.4 127.61 -
System Red Green Blue C M Y K H S L
Decimal 192 224 32 0.14 0 0.86 0.12 70 0.76 0.5
Hex C0 E0 20 E 0 56 C 46 4C 32
Octal 300 340 40 16 0 126 14 106 114 62
Binary 11000000 11100000 100000 1110 0 1010110 1100 1000110 1001100 110010

Color Harmonies of #C0E020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E020

Black with #C0E020

Text Example


Text Example

White with #C0E020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E020; }

 p { color: rgb(192,224,32); }

 H1.HeaderClassName
 {
   color: #C0E020;
 }
 .AnyTagClassName
 {
   color: #C0E020;
 }
</style>

background-color css

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

 a { background-color: rgb(192,224,32); }

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

border-color css

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

 span { border-color: rgb(192,224,32); }

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