Html Css Color HEX #C5D328 Fuego

📋 copy color: '#C5D328'

red 197 ◦ green 211 ◦ blue 40

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

Shades of Fuego #C5D328

Tints of Fuego #C5D328

RGB

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

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

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

R = 43.97%
G = 47.1%
B = 8.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#C5D328 (or 0xC5D328) is known color: Fuego. HEX triplet: C5, D3 and 28. RGB value is (197,211,40). Sum of RGB (Red+Green+Blue) = 197+211+40=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D328 is #3A2CD7. Grayscale: #BBBBBB. Windows color (decimal): -3812568 or 2675653. OLE color: 2675653.

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

Color convert

RGB 197 211 40 -
CMYK 0.07 0 0.81 0.17
HSL 64.91º 0.68% 0.49% -
HSV(B) 64.91º 0.81% 0.83% -
XYZ 46.7 58.61 10.86 -
YUV 187.32 44.86 134.9 -
System Red Green Blue C M Y K H S L
Decimal 197 211 40 0.07 0 0.81 0.17 64.91 0.68 0.49
Hex C5 D3 28 7 0 51 11 41 44 31
Octal 305 323 50 7 0 121 21 101 104 61
Binary 11000101 11010011 101000 111 0 1010001 10001 1000001 1000100 110001

Color Harmonies of #C5D328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D328

Black with #C5D328

Text Example


Text Example

White with #C5D328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D328; }

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

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

background-color css

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

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

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

border-color css

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

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

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