Html Css Color HEX #C2E020 Fuego

📋 copy color: '#C2E020'

red 194 ◦ green 224 ◦ blue 32

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

Shades of Fuego #C2E020

Tints of Fuego #C2E020

RGB

 RED value IS 194 (76.17% from 255) = 43.11%

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

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

R = 43.11%
G = 49.78%
B = 7.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#C2E020 (or 0xC2E020) is known color: Fuego. HEX triplet: C2, E0 and 20. RGB value is (194,224,32). Sum of RGB (Red+Green+Blue) = 194+224+32=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E020 is #3D1FDF. Grayscale: #C1C1C1. Windows color (decimal): -4005856 or 2154690. OLE color: 2154690.

HSL color Cylindrical-coordinate representation of color #C2E020: hue angle of 69.38º 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 #C2E020 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 224 32 -
CMYK 0.13 0 0.86 0.12
HSL 69.38º 0.76% 0.5% -
HSV(B) 69.38º 0.86% 0.88% -
XYZ 49.16 64.88 11.3 -
YUV 193.14 37.06 128.61 -
System Red Green Blue C M Y K H S L
Decimal 194 224 32 0.13 0 0.86 0.12 69.38 0.76 0.5
Hex C2 E0 20 D 0 56 C 45 4C 32
Octal 302 340 40 15 0 126 14 105 114 62
Binary 11000010 11100000 100000 1101 0 1010110 1100 1000101 1001100 110010

Color Harmonies of #C2E020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E020

Black with #C2E020

Text Example


Text Example

White with #C2E020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E020; }

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

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

background-color css

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

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

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

border-color css

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

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

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