Html Css Color HEX #C5E420 Fuego

📋 copy color: '#C5E420'

red 197 ◦ green 228 ◦ blue 32

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

Shades of Fuego #C5E420

Tints of Fuego #C5E420

RGB

 RED value IS 197 (77.34% from 255) = 43.11%

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

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

R = 43.11%
G = 49.89%
B = 7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#C5E420 (or 0xC5E420) is known color: Fuego. HEX triplet: C5, E4 and 20. RGB value is (197,228,32). Sum of RGB (Red+Green+Blue) = 197+228+32=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 228 (89.45% from 255 or 49.89% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E420 is #3A1BDF. Grayscale: #C5C5C5. Windows color (decimal): -3808224 or 2155717. OLE color: 2155717.

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

Color convert

RGB 197 228 32 -
CMYK 0.14 0 0.86 0.11
HSL 69.49º 0.78% 0.51% -
HSV(B) 69.49º 0.86% 0.89% -
XYZ 51.03 67.46 11.7 -
YUV 196.39 35.23 128.44 -
System Red Green Blue C M Y K H S L
Decimal 197 228 32 0.14 0 0.86 0.11 69.49 0.78 0.51
Hex C5 E4 20 E 0 56 B 45 4E 33
Octal 305 344 40 16 0 126 13 105 116 63
Binary 11000101 11100100 100000 1110 0 1010110 1011 1000101 1001110 110011

Color Harmonies of #C5E420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E420

Black with #C5E420

Text Example


Text Example

White with #C5E420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E420; }

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

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

background-color css

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

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

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

border-color css

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

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

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