Html Css Color HEX #C5D325 Fuego

📋 copy color: '#C5D325'

red 197 ◦ green 211 ◦ blue 37

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

Shades of Fuego #C5D325

Tints of Fuego #C5D325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.31%

R = 44.27%
G = 47.42%
B = 8.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#C5D325 (or 0xC5D325) is known color: Fuego. HEX triplet: C5, D3 and 25. RGB value is (197,211,37). Sum of RGB (Red+Green+Blue) = 197+211+37=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 37 (14.84% from 255 or 8.31% from 445); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D325 is #3A2CDA. Grayscale: #BBBBBB. Windows color (decimal): -3812571 or 2479045. OLE color: 2479045.

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

Color convert

RGB 197 211 37 -
CMYK 0.07 0 0.82 0.17
HSL 64.83º 0.7% 0.49% -
HSV(B) 64.83º 0.82% 0.83% -
XYZ 46.65 58.59 10.6 -
YUV 186.98 43.36 135.15 -
System Red Green Blue C M Y K H S L
Decimal 197 211 37 0.07 0 0.82 0.17 64.83 0.7 0.49
Hex C5 D3 25 7 0 52 11 41 46 31
Octal 305 323 45 7 0 122 21 101 106 61
Binary 11000101 11010011 100101 111 0 1010010 10001 1000001 1000110 110001

Color Harmonies of #C5D325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D325

Black with #C5D325

Text Example


Text Example

White with #C5D325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D325; }

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

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

background-color css

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

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

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

border-color css

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

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

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