Html Css Color HEX #C5E120 Fuego

📋 copy color: '#C5E120'

red 197 ◦ green 225 ◦ blue 32

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

Shades of Fuego #C5E120

Tints of Fuego #C5E120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.56%

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

R = 43.39%
G = 49.56%
B = 7.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#C5E120 (or 0xC5E120) is known color: Fuego. HEX triplet: C5, E1 and 20. RGB value is (197,225,32). Sum of RGB (Red+Green+Blue) = 197+225+32=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E120 is #3A1EDF. Grayscale: #C3C3C3. Windows color (decimal): -3808992 or 2154949. OLE color: 2154949.

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

Color convert

RGB 197 225 32 -
CMYK 0.12 0 0.86 0.12
HSL 68.7º 0.76% 0.5% -
HSV(B) 68.7º 0.86% 0.88% -
XYZ 50.21 65.83 11.43 -
YUV 194.63 36.22 129.69 -
System Red Green Blue C M Y K H S L
Decimal 197 225 32 0.12 0 0.86 0.12 68.7 0.76 0.5
Hex C5 E1 20 C 0 56 C 45 4C 32
Octal 305 341 40 14 0 126 14 105 114 62
Binary 11000101 11100001 100000 1100 0 1010110 1100 1000101 1001100 110010

Color Harmonies of #C5E120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E120

Black with #C5E120

Text Example


Text Example

White with #C5E120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E120; }

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

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

background-color css

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

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

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

border-color css

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

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

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