Html Css Color HEX #C5D321 Fuego

📋 copy color: '#C5D321'

red 197 ◦ green 211 ◦ blue 33

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

Shades of Fuego #C5D321

Tints of Fuego #C5D321

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.85%

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

R = 44.67%
G = 47.85%
B = 7.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#C5D321 (or 0xC5D321) is known color: Fuego. HEX triplet: C5, D3 and 21. RGB value is (197,211,33). Sum of RGB (Red+Green+Blue) = 197+211+33=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D321 is #3A2CDE. Grayscale: #BBBBBB. Windows color (decimal): -3812575 or 2216901. OLE color: 2216901.

HSL color Cylindrical-coordinate representation of color #C5D321: hue angle of 64.72º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5D321 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 211 33 -
CMYK 0.07 0 0.84 0.17
HSL 64.72º 0.73% 0.48% -
HSV(B) 64.72º 0.84% 0.83% -
XYZ 46.59 58.57 10.29 -
YUV 186.52 41.36 135.47 -
System Red Green Blue C M Y K H S L
Decimal 197 211 33 0.07 0 0.84 0.17 64.72 0.73 0.48
Hex C5 D3 21 7 0 54 11 41 49 30
Octal 305 323 41 7 0 124 21 101 111 60
Binary 11000101 11010011 100001 111 0 1010100 10001 1000001 1001001 110000

Color Harmonies of #C5D321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D321

Black with #C5D321

Text Example


Text Example

White with #C5D321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D321; }

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

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

background-color css

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

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

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

border-color css

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

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

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