#C3D531

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

Shades of Fuego #C3D531

Tints of Fuego #C3D531

Color information

#C3D531 (or 0xC3D531) is unknown color: approx Fuego. HEX triplet: C3, D5 and 31. RGB value is (195,213,49). Sum of RGB (Red+Green+Blue) = 195+213+49=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 49 (19.53% from 255 or 10.72% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D531 is #3C2ACE. Grayscale: #BDBDBD. Windows color (decimal): -3943119 or 3265987. OLE color: 3265987.

HSL color Cylindrical-coordinate representation of color #C3D531: hue angle of 66.59º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3D531 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB19521349-
CMYK0.0800.770.16
HSL66.59º66.13%51.37%-
HSV(B)66.59º77%83.53%-
XYZ46.8559.4111.9-
YUV188.9249.04132.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.67%
GREEN value IS 213 (83.59% from 255) = 46.61%
BLUE value IS 49 (19.53% from 255) = 10.72%
R=42.67%
G=46.61%
B=10.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal195213490.0800.770.1666.5966.1351.37
HexC3D531804D10434233
Octal303325611001152010310263
Binary11000011110101011100011000010011011000010000111000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D531; }

 p { color: rgb(195,213,49); }

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

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

 a { background-color: rgb(195,213,49); }

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

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

 span { border-color: rgb(195,213,49); }

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