#C6D619

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

Shades of Fuego #C6D619

Tints of Fuego #C6D619

Color information

#C6D619 (or 0xC6D619) is unknown color: approx Fuego. HEX triplet: C6, D6 and 19. RGB value is (198,214,25). Sum of RGB (Red+Green+Blue) = 198+214+25=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 25 (10.16% from 255 or 5.72% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D619 is #3929E6. Grayscale: #BCBCBC. Windows color (decimal): -3746279 or 1693382. OLE color: 1693382.

HSL color Cylindrical-coordinate representation of color #C6D619: hue angle of 65.08º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6D619 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB19821425-
CMYK0.0700.880.16
HSL65.08º79.08%46.86%-
HSV(B)65.08º88.32%83.92%-
XYZ47.5160.1710.03-
YUV187.6736.2135.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.31%
GREEN value IS 214 (83.98% from 255) = 48.97%
BLUE value IS 25 (10.16% from 255) = 5.72%
R=45.31%
G=48.97%
B=5.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal198214250.0700.880.1665.0879.0846.86
HexC6D619705810414f2f
Octal30632631701302010111757
Binary110001101101011011001111010110001000010000011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D619; }

 p { color: rgb(198,214,25); }

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

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

 a { background-color: rgb(198,214,25); }

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

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

 span { border-color: rgb(198,214,25); }

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