Html Css Color HEX #C5E020 Fuego

📋 copy color: '#C5E020'

red 197 ◦ green 224 ◦ blue 32

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

Shades of Fuego #C5E020

Tints of Fuego #C5E020

RGB

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

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

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

R = 43.49%
G = 49.45%
B = 7.06%

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

#C5E020 (or 0xC5E020) is known color: Fuego. HEX triplet: C5, E0 and 20. RGB value is (197,224,32). Sum of RGB (Red+Green+Blue) = 197+224+32=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E020 is #3A1FDF. Grayscale: #C2C2C2. Windows color (decimal): -3809248 or 2154693. OLE color: 2154693.

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

Color convert

RGB 197 224 32 -
CMYK 0.12 0 0.86 0.12
HSL 68.44º 0.76% 0.5% -
HSV(B) 68.44º 0.86% 0.88% -
XYZ 49.94 65.29 11.34 -
YUV 194.04 36.55 130.11 -
System Red Green Blue C M Y K H S L
Decimal 197 224 32 0.12 0 0.86 0.12 68.44 0.76 0.5
Hex C5 E0 20 C 0 56 C 44 4C 32
Octal 305 340 40 14 0 126 14 104 114 62
Binary 11000101 11100000 100000 1100 0 1010110 1100 1000100 1001100 110010

Color Harmonies of #C5E020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E020

Black with #C5E020

Text Example


Text Example

White with #C5E020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E020; }

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

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

background-color css

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

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

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

border-color css

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

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

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