Html Css Color HEX #C5E320 Fuego

📋 copy color: '#C5E320'

red 197 ◦ green 227 ◦ blue 32

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

Shades of Fuego #C5E320

Tints of Fuego #C5E320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.78%

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

R = 43.2%
G = 49.78%
B = 7.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#C5E320 (or 0xC5E320) is known color: Fuego. HEX triplet: C5, E3 and 20. RGB value is (197,227,32). Sum of RGB (Red+Green+Blue) = 197+227+32=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E320 is #3A1CDF. Grayscale: #C4C4C4. Windows color (decimal): -3808480 or 2155461. OLE color: 2155461.

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

Color convert

RGB 197 227 32 -
CMYK 0.13 0 0.86 0.11
HSL 69.23º 0.78% 0.51% -
HSV(B) 69.23º 0.86% 0.89% -
XYZ 50.76 66.91 11.61 -
YUV 195.8 35.56 128.86 -
System Red Green Blue C M Y K H S L
Decimal 197 227 32 0.13 0 0.86 0.11 69.23 0.78 0.51
Hex C5 E3 20 D 0 56 B 45 4E 33
Octal 305 343 40 15 0 126 13 105 116 63
Binary 11000101 11100011 100000 1101 0 1010110 1011 1000101 1001110 110011

Color Harmonies of #C5E320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E320

Black with #C5E320

Text Example


Text Example

White with #C5E320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E320; }

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

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

background-color css

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

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

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

border-color css

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

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

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