Html Css Color HEX #C5D928 Fuego

📋 copy color: '#C5D928'

red 197 ◦ green 217 ◦ blue 40

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

Shades of Fuego #C5D928

Tints of Fuego #C5D928

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.8%

 BLUE value IS 40 (16.02% from 255) = 8.81%

R = 43.39%
G = 47.8%
B = 8.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#C5D928 (or 0xC5D928) is known color: Fuego. HEX triplet: C5, D9 and 28. RGB value is (197,217,40). Sum of RGB (Red+Green+Blue) = 197+217+40=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D928 is #3A26D7. Grayscale: #BFBFBF. Windows color (decimal): -3811032 or 2677189. OLE color: 2677189.

HSL color Cylindrical-coordinate representation of color #C5D928: hue angle of 66.78º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5D928 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 217 40 -
CMYK 0.09 0 0.82 0.15
HSL 66.78º 0.7% 0.5% -
HSV(B) 66.78º 0.82% 0.85% -
XYZ 48.22 61.65 11.37 -
YUV 190.84 42.87 132.39 -
System Red Green Blue C M Y K H S L
Decimal 197 217 40 0.09 0 0.82 0.15 66.78 0.7 0.5
Hex C5 D9 28 9 0 52 F 43 46 32
Octal 305 331 50 11 0 122 17 103 106 62
Binary 11000101 11011001 101000 1001 0 1010010 1111 1000011 1000110 110010

Color Harmonies of #C5D928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D928

Black with #C5D928

Text Example


Text Example

White with #C5D928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D928; }

 p { color: rgb(197,217,40); }

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

background-color css

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

 a { background-color: rgb(197,217,40); }

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

border-color css

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

 span { border-color: rgb(197,217,40); }

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