Html Css Color HEX #C5E021 Fuego

📋 copy color: '#C5E021'

red 197 ◦ green 224 ◦ blue 33

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

Shades of Fuego #C5E021

Tints of Fuego #C5E021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.27%

R = 43.39%
G = 49.34%
B = 7.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#C5E021 (or 0xC5E021) is known color: Fuego. HEX triplet: C5, E0 and 21. RGB value is (197,224,33). Sum of RGB (Red+Green+Blue) = 197+224+33=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 33 (13.28% from 255 or 7.27% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E021 is #3A1FDE. Grayscale: #C2C2C2. Windows color (decimal): -3809247 or 2220229. OLE color: 2220229.

HSL color Cylindrical-coordinate representation of color #C5E021: hue angle of 68.48º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5E021 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 224 33 -
CMYK 0.12 0 0.85 0.12
HSL 68.48º 0.75% 0.5% -
HSV(B) 68.48º 0.85% 0.88% -
XYZ 49.96 65.29 11.41 -
YUV 194.15 37.05 130.03 -
System Red Green Blue C M Y K H S L
Decimal 197 224 33 0.12 0 0.85 0.12 68.48 0.75 0.5
Hex C5 E0 21 C 0 55 C 44 4B 32
Octal 305 340 41 14 0 125 14 104 113 62
Binary 11000101 11100000 100001 1100 0 1010101 1100 1000100 1001011 110010

Color Harmonies of #C5E021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E021

Black with #C5E021

Text Example


Text Example

White with #C5E021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E021; }

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

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

background-color css

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

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

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

border-color css

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

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

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