Html Css Color HEX #C5D021 Fuego

📋 copy color: '#C5D021'

red 197 ◦ green 208 ◦ blue 33

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

Shades of Fuego #C5D021

Tints of Fuego #C5D021

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.49%

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

R = 44.98%
G = 47.49%
B = 7.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#C5D021 (or 0xC5D021) is known color: Fuego. HEX triplet: C5, D0 and 21. RGB value is (197,208,33). Sum of RGB (Red+Green+Blue) = 197+208+33=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D021 is #3A2FDE. Grayscale: #B9B9B9. Windows color (decimal): -3813343 or 2216133. OLE color: 2216133.

HSL color Cylindrical-coordinate representation of color #C5D021: hue angle of 63.77º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5D021 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 208 33 -
CMYK 0.05 0 0.84 0.18
HSL 63.77º 0.73% 0.47% -
HSV(B) 63.77º 0.84% 0.82% -
XYZ 45.86 57.09 10.04 -
YUV 184.76 42.36 136.73 -
System Red Green Blue C M Y K H S L
Decimal 197 208 33 0.05 0 0.84 0.18 63.77 0.73 0.47
Hex C5 D0 21 5 0 54 12 40 49 2F
Octal 305 320 41 5 0 124 22 100 111 57
Binary 11000101 11010000 100001 101 0 1010100 10010 1000000 1001001 101111

Color Harmonies of #C5D021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D021

Black with #C5D021

Text Example


Text Example

White with #C5D021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D021; }

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

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

background-color css

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

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

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

border-color css

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

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

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