#C7D325

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

Shades of Fuego #C7D325

Tints of Fuego #C7D325

Color information

#C7D325 (or 0xC7D325) is unknown color: approx Fuego. HEX triplet: C7, D3 and 25. RGB value is (199,211,37). Sum of RGB (Red+Green+Blue) = 199+211+37=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 37 (14.84% from 255 or 8.28% from 447); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D325 is #382CDA. Grayscale: #BCBCBC. Windows color (decimal): -3681499 or 2479047. OLE color: 2479047.

HSL color Cylindrical-coordinate representation of color #C7D325: hue angle of 64.14º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7D325 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB19921137-
CMYK0.0600.820.17
HSL64.14º70.16%48.63%-
HSV(B)64.14º82.46%82.75%-
XYZ47.1858.8610.63-
YUV187.5843.02136.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.52%
GREEN value IS 211 (82.81% from 255) = 47.20%
BLUE value IS 37 (14.84% from 255) = 8.28%
R=44.52%
G=47.20%
B=8.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal199211370.0600.820.1764.1470.1648.63
HexC7D325605211404631
Octal30732345601222110010661
Binary1100011111010011100101110010100101000110000001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D325; }

 p { color: rgb(199,211,37); }

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

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

 a { background-color: rgb(199,211,37); }

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

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

 span { border-color: rgb(199,211,37); }

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