#C7D82E

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

Shades of Fuego #C7D82E

Tints of Fuego #C7D82E

Color information

#C7D82E (or 0xC7D82E) is unknown color: approx Fuego. HEX triplet: C7, D8 and 2E. RGB value is (199,216,46). Sum of RGB (Red+Green+Blue) = 199+216+46=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 46 (18.36% from 255 or 9.98% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D82E is #3827D1. Grayscale: #C0C0C0. Windows color (decimal): -3680210 or 3070151. OLE color: 3070151.

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

Color convert

RGB19921646-
CMYK0.0800.790.15
HSL66º68.55%51.37%-
HSV(B)66º78.7%84.71%-
XYZ48.661.4511.88-
YUV191.5445.87133.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 216 (84.77% from 255) = 46.85%
BLUE value IS 46 (18.36% from 255) = 9.98%
R=43.17%
G=46.85%
B=9.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal199216460.0800.790.156668.5551.37
HexC7D82E804FF424533
Octal307330561001171710210563
Binary1100011111011000101110100001001111111110000101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D82E; }

 p { color: rgb(199,216,46); }

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

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

 a { background-color: rgb(199,216,46); }

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

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

 span { border-color: rgb(199,216,46); }

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