#C6D11E

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

Shades of Fuego #C6D11E

Tints of Fuego #C6D11E

Color information

#C6D11E (or 0xC6D11E) is unknown color: approx Fuego. HEX triplet: C6, D1 and 1E. RGB value is (198,209,30). Sum of RGB (Red+Green+Blue) = 198+209+30=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D11E is #392EE1. Grayscale: #BABABA. Windows color (decimal): -3747554 or 2019782. OLE color: 2019782.

HSL color Cylindrical-coordinate representation of color #C6D11E: hue angle of 63.69º 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 #C6D11E is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB19820930-
CMYK0.0500.860.18
HSL63.69º74.9%46.86%-
HSV(B)63.69º85.65%81.96%-
XYZ46.3257.79.92-
YUV185.340.36137.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.31%
GREEN value IS 209 (82.03% from 255) = 47.83%
BLUE value IS 30 (12.11% from 255) = 6.86%
R=45.31%
G=47.83%
B=6.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal198209300.0500.860.1863.6974.946.86
HexC6D11E505612404b2f
Octal30632136501262210011357
Binary110001101101000111110101010101101001010000001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D11E; }

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

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

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

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

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

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

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

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