Html Css Color HEX #C5E520 Fuego

📋 copy color: '#C5E520'

red 197 ◦ green 229 ◦ blue 32

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

Shades of Fuego #C5E520

Tints of Fuego #C5E520

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50%

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

R = 43.01%
G = 50%
B = 6.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#C5E520 (or 0xC5E520) is known color: Fuego. HEX triplet: C5, E5 and 20. RGB value is (197,229,32). Sum of RGB (Red+Green+Blue) = 197+229+32=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 32 (12.89% from 255 or 6.99% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E520 is #3A1ADF. Grayscale: #C5C5C5. Windows color (decimal): -3807968 or 2155973. OLE color: 2155973.

HSL color Cylindrical-coordinate representation of color #C5E520: hue angle of 69.75º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5E520 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 229 32 -
CMYK 0.14 0 0.86 0.10
HSL 69.75º 0.79% 0.51% -
HSV(B) 69.75º 0.86% 0.9% -
XYZ 51.31 68.01 11.79 -
YUV 196.97 34.9 128.02 -
System Red Green Blue C M Y K H S L
Decimal 197 229 32 0.14 0 0.86 0.10 69.75 0.79 0.51
Hex C5 E5 20 E 0 56 A 46 4F 33
Octal 305 345 40 16 0 126 12 106 117 63
Binary 11000101 11100101 100000 1110 0 1010110 1010 1000110 1001111 110011

Color Harmonies of #C5E520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E520

Black with #C5E520

Text Example


Text Example

White with #C5E520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E520; }

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

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

background-color css

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

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

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

border-color css

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

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

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