Html Css Color HEX #C5D522 Fuego

📋 copy color: '#C5D522'

red 197 ◦ green 213 ◦ blue 34

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

Shades of Fuego #C5D522

Tints of Fuego #C5D522

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.97%

 BLUE value IS 34 (13.67% from 255) = 7.66%

R = 44.37%
G = 47.97%
B = 7.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#C5D522 (or 0xC5D522) is known color: Fuego. HEX triplet: C5, D5 and 22. RGB value is (197,213,34). Sum of RGB (Red+Green+Blue) = 197+213+34=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 34 (13.67% from 255 or 7.66% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D522 is #3A2ADD. Grayscale: #BCBCBC. Windows color (decimal): -3812062 or 2282949. OLE color: 2282949.

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

Color convert

RGB 197 213 34 -
CMYK 0.08 0 0.84 0.16
HSL 65.36º 0.72% 0.48% -
HSV(B) 65.36º 0.84% 0.84% -
XYZ 47.11 59.57 10.53 -
YUV 187.81 41.2 134.55 -
System Red Green Blue C M Y K H S L
Decimal 197 213 34 0.08 0 0.84 0.16 65.36 0.72 0.48
Hex C5 D5 22 8 0 54 10 41 48 30
Octal 305 325 42 10 0 124 20 101 110 60
Binary 11000101 11010101 100010 1000 0 1010100 10000 1000001 1001000 110000

Color Harmonies of #C5D522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D522

Black with #C5D522

Text Example


Text Example

White with #C5D522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D522; }

 p { color: rgb(197,213,34); }

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

background-color css

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

 a { background-color: rgb(197,213,34); }

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

border-color css

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

 span { border-color: rgb(197,213,34); }

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