#C5D11E

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

Shades of Fuego #C5D11E

Tints of Fuego #C5D11E

Color information

#C5D11E (or 0xC5D11E) is unknown color: approx Fuego. HEX triplet: C5, D1 and 1E. RGB value is (197,209,30). Sum of RGB (Red+Green+Blue) = 197+209+30=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D11E is #3A2EE1. Grayscale: #B9B9B9. Windows color (decimal): -3813090 or 2019781. OLE color: 2019781.

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

Color convert

RGB19720930-
CMYK0.0600.860.18
HSL64.02º74.9%46.86%-
HSV(B)64.02º85.65%81.96%-
XYZ46.0657.569.91-
YUV185.0140.52136.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.18%
GREEN value IS 209 (82.03% from 255) = 47.94%
BLUE value IS 30 (12.11% from 255) = 6.88%
R=45.18%
G=47.94%
B=6.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal197209300.0600.860.1864.0274.946.86
HexC5D11E605612404b2f
Octal30532136601262210011357
Binary110001011101000111110110010101101001010000001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D11E; }

 p { color: rgb(197,209,30); }

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

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

 a { background-color: rgb(197,209,30); }

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

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

 span { border-color: rgb(197,209,30); }

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