#C5D21F

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

Shades of Fuego #C5D21F

Tints of Fuego #C5D21F

Color information

#C5D21F (or 0xC5D21F) is unknown color: approx Fuego. HEX triplet: C5, D2 and 1F. RGB value is (197,210,31). Sum of RGB (Red+Green+Blue) = 197+210+31=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D21F is #3A2DE0. Grayscale: #BABABA. Windows color (decimal): -3812833 or 2085573. OLE color: 2085573.

HSL color Cylindrical-coordinate representation of color #C5D21F: hue angle of 64.36º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5D21F is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB19721031-
CMYK0.0600.850.18
HSL64.36º74.27%47.25%-
HSV(B)64.36º85.24%82.35%-
XYZ46.3258.0610.06-
YUV185.7140.69136.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.98%
GREEN value IS 210 (82.42% from 255) = 47.95%
BLUE value IS 31 (12.5% from 255) = 7.08%
R=44.98%
G=47.95%
B=7.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal197210310.0600.850.1864.3674.2747.25
HexC5D21F605512404a2f
Octal30532237601252210011257
Binary110001011101001011111110010101011001010000001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D21F; }

 p { color: rgb(197,210,31); }

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

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

 a { background-color: rgb(197,210,31); }

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

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

 span { border-color: rgb(197,210,31); }

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