Shades of Fruit Salad #3FB13D
Tints of Fruit Salad #3FB13D
RGB
CMYK
RGB Variations
Color information
#3FB13D (or 0x3FB13D) is known color: Fruit Salad. HEX triplet: 3F, B1 and 3D. RGB value is (63,177,61). Sum of RGB (Red+Green+Blue) = 63+177+61=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #3FB13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB13D is #C04EC2. Grayscale: #828282. Windows color (decimal): -12603075 or 4043071. OLE color: 4043071.
HSL color Cylindrical-coordinate representation of color #3FB13D: hue angle of 118.97º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB13D is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 177 | 61 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.31 |
| HSL | 118.97º | 0.49% | 0.47% | - |
| HSV(B) | 118.97º | 0.66% | 0.69% | - |
| XYZ | 18.61 | 32.84 | 9.77 | - |
| YUV | 129.69 | 89.23 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 177 | 61 | 0.64 | 0 | 0.66 | 0.31 | 118.97 | 0.49 | 0.47 |
| Hex | 3F | B1 | 3D | 40 | 0 | 42 | 1F | 77 | 31 | 2F |
| Octal | 77 | 261 | 75 | 100 | 0 | 102 | 37 | 167 | 61 | 57 |
| Binary | 111111 | 10110001 | 111101 | 1000000 | 0 | 1000010 | 11111 | 1110111 | 110001 | 101111 |
Color Harmonies of #3FB13D
Complementary color
Monochromatic Colors of #3FB13D
Black with #3FB13D
Text Example
Text Example
White with #3FB13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB13D; }
p { color: rgb(63,177,61); }
H1.HeaderClassName
{
color: #3FB13D;
}
.AnyTagClassName
{
color: #3FB13D;
}
</style>
background-color css
<style>
a { background-color: #3FB13D; }
a { background-color: rgb(63,177,61); }
div.DivClassName
{
background-color: #3FB13D;
}
.BgClassName
{
background-color: #3FB13D;
}
</style>
border-color css
<style>
span { border-color: #3FB13D; }
span { border-color: rgb(63,177,61); }
td.TdClassName
{
border-color: #3FB13D;
}
.TagClassName
{
border-color: #3FB13D;
}
</style>