#C7D61F

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

Shades of Fuego #C7D61F

Tints of Fuego #C7D61F

Color information

#C7D61F (or 0xC7D61F) is unknown color: approx Fuego. HEX triplet: C7, D6 and 1F. RGB value is (199,214,31). Sum of RGB (Red+Green+Blue) = 199+214+31=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 31 (12.5% from 255 or 6.98% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D61F is #3829E0. Grayscale: #BDBDBD. Windows color (decimal): -3680737 or 2086599. OLE color: 2086599.

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

Color convert

RGB19921431-
CMYK0.0700.860.16
HSL64.92º74.69%48.04%-
HSV(B)64.92º85.51%83.92%-
XYZ47.8560.3310.42-
YUV188.6539.03135.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.82%
GREEN value IS 214 (83.98% from 255) = 48.20%
BLUE value IS 31 (12.5% from 255) = 6.98%
R=44.82%
G=48.20%
B=6.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal199214310.0700.860.1664.9274.6948.04
HexC7D61F705610414b30
Octal30732637701262010111360
Binary110001111101011011111111010101101000010000011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D61F; }

 p { color: rgb(199,214,31); }

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

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

 a { background-color: rgb(199,214,31); }

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

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

 span { border-color: rgb(199,214,31); }

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