#C6D825

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

Shades of Fuego #C6D825

Tints of Fuego #C6D825

Color information

#C6D825 (or 0xC6D825) is unknown color: approx Fuego. HEX triplet: C6, D8 and 25. RGB value is (198,216,37). Sum of RGB (Red+Green+Blue) = 198+216+37=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D825 is #3927DA. Grayscale: #BEBEBE. Windows color (decimal): -3745755 or 2480326. OLE color: 2480326.

HSL color Cylindrical-coordinate representation of color #C6D825: hue angle of 66.03º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6D825 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB19821637-
CMYK0.0800.830.15
HSL66.03º70.75%49.61%-
HSV(B)66.03º82.87%84.71%-
XYZ48.1861.2511.03-
YUV190.2141.54133.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.90%
GREEN value IS 216 (84.77% from 255) = 47.89%
BLUE value IS 37 (14.84% from 255) = 8.20%
R=43.90%
G=47.89%
B=8.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal198216370.0800.830.1566.0370.7549.61
HexC6D8258053F424732
Octal306330451001231710210762
Binary1100011011011000100101100001010011111110000101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D825; }

 p { color: rgb(198,216,37); }

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

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

 a { background-color: rgb(198,216,37); }

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

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

 span { border-color: rgb(198,216,37); }

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