Html Css Color HEX #C2E420 Fuego

📋 copy color: '#C2E420'

red 194 ◦ green 228 ◦ blue 32

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

Shades of Fuego #C2E420

Tints of Fuego #C2E420

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.22%

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

R = 42.73%
G = 50.22%
B = 7.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#C2E420 (or 0xC2E420) is known color: Fuego. HEX triplet: C2, E4 and 20. RGB value is (194,228,32). Sum of RGB (Red+Green+Blue) = 194+228+32=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 228 (89.45% from 255 or 50.22% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E420 is #3D1BDF. Grayscale: #C4C4C4. Windows color (decimal): -4004832 or 2155714. OLE color: 2155714.

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

Color convert

RGB 194 228 32 -
CMYK 0.15 0 0.86 0.11
HSL 70.41º 0.78% 0.51% -
HSV(B) 70.41º 0.86% 0.89% -
XYZ 50.25 67.06 11.66 -
YUV 195.49 35.74 126.94 -
System Red Green Blue C M Y K H S L
Decimal 194 228 32 0.15 0 0.86 0.11 70.41 0.78 0.51
Hex C2 E4 20 F 0 56 B 46 4E 33
Octal 302 344 40 17 0 126 13 106 116 63
Binary 11000010 11100100 100000 1111 0 1010110 1011 1000110 1001110 110011

Color Harmonies of #C2E420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E420

Black with #C2E420

Text Example


Text Example

White with #C2E420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E420; }

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

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

background-color css

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

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

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

border-color css

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

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

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