#C5D831

Color #C5D831 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #C5D831

Tints of Fuego #C5D831

Color information

#C5D831 (or 0xC5D831) is unknown color: approx Fuego. HEX triplet: C5, D8 and 31. RGB value is (197,216,49). Sum of RGB (Red+Green+Blue) = 197+216+49=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D831 is #3A27CE. Grayscale: #BFBFBF. Windows color (decimal): -3811279 or 3266757. OLE color: 3266757.

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

Color convert

RGB19721649-
CMYK0.0900.770.15
HSL66.83º68.16%51.96%-
HSV(B)66.83º77.31%84.71%-
XYZ48.1461.212.18-
YUV191.2847.71132.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.64%
GREEN value IS 216 (84.77% from 255) = 46.75%
BLUE value IS 49 (19.53% from 255) = 10.61%
R=42.64%
G=46.75%
B=10.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197216490.0900.770.1566.8368.1651.96
HexC5D831904DF434434
Octal305330611101151710310464
Binary1100010111011000110001100101001101111110000111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D831; }

 p { color: rgb(197,216,49); }

 H1.HeaderClassName
 {
   color: #C5D831;
 }
 .AnyTagClassName
 {
   color: #C5D831;
 }
</style>
background-color css

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

 a { background-color: rgb(197,216,49); }

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

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

 span { border-color: rgb(197,216,49); }

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