Html Css Color HEX #C5D620 Fuego

📋 copy color: '#C5D620'

red 197 ◦ green 214 ◦ blue 32

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

Shades of Fuego #C5D620

Tints of Fuego #C5D620

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.31%

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

R = 44.47%
G = 48.31%
B = 7.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#C5D620 (or 0xC5D620) is known color: Fuego. HEX triplet: C5, D6 and 20. RGB value is (197,214,32). Sum of RGB (Red+Green+Blue) = 197+214+32=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D620 is #3A29DF. Grayscale: #BCBCBC. Windows color (decimal): -3811808 or 2152133. OLE color: 2152133.

HSL color Cylindrical-coordinate representation of color #C5D620: hue angle of 65.6º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5D620 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 214 32 -
CMYK 0.08 0 0.85 0.16
HSL 65.6º 0.74% 0.48% -
HSV(B) 65.6º 0.85% 0.84% -
XYZ 47.33 60.07 10.47 -
YUV 188.17 39.87 134.3 -
System Red Green Blue C M Y K H S L
Decimal 197 214 32 0.08 0 0.85 0.16 65.6 0.74 0.48
Hex C5 D6 20 8 0 55 10 42 4A 30
Octal 305 326 40 10 0 125 20 102 112 60
Binary 11000101 11010110 100000 1000 0 1010101 10000 1000010 1001010 110000

Color Harmonies of #C5D620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D620

Black with #C5D620

Text Example


Text Example

White with #C5D620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D620; }

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

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

background-color css

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

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

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

border-color css

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

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

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