Html Css Color HEX #C5D421 Fuego

📋 copy color: '#C5D421'

red 197 ◦ green 212 ◦ blue 33

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

Shades of Fuego #C5D421

Tints of Fuego #C5D421

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.96%

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

R = 44.57%
G = 47.96%
B = 7.47%

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

#C5D421 (or 0xC5D421) is known color: Fuego. HEX triplet: C5, D4 and 21. RGB value is (197,212,33). Sum of RGB (Red+Green+Blue) = 197+212+33=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 33 (13.28% from 255 or 7.47% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D421 is #3A2BDE. Grayscale: #BBBBBB. Windows color (decimal): -3812319 or 2217157. OLE color: 2217157.

HSL color Cylindrical-coordinate representation of color #C5D421: hue angle of 65.03º 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 #C5D421 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 212 33 -
CMYK 0.07 0 0.84 0.17
HSL 65.03º 0.73% 0.48% -
HSV(B) 65.03º 0.84% 0.83% -
XYZ 46.84 59.07 10.37 -
YUV 187.11 41.03 135.05 -
System Red Green Blue C M Y K H S L
Decimal 197 212 33 0.07 0 0.84 0.17 65.03 0.73 0.48
Hex C5 D4 21 7 0 54 11 41 49 30
Octal 305 324 41 7 0 124 21 101 111 60
Binary 11000101 11010100 100001 111 0 1010100 10001 1000001 1001001 110000

Color Harmonies of #C5D421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D421

Black with #C5D421

Text Example


Text Example

White with #C5D421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D421; }

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

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

background-color css

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

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

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

border-color css

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

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

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