Shades of Fruit Salad #3FB43D
Tints of Fruit Salad #3FB43D
RGB
CMYK
RGB Variations
Color information
#3FB43D (or 0x3FB43D) is known color: Fruit Salad. HEX triplet: 3F, B4 and 3D. RGB value is (63,180,61). Sum of RGB (Red+Green+Blue) = 63+180+61=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 180 (70.70% from 255 or 59.21% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 180 - color contains mainly: green. Hex color #3FB43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB43D is #C04BC2. Grayscale: #838383. Windows color (decimal): -12602307 or 4043839. OLE color: 4043839.
HSL color Cylindrical-coordinate representation of color #3FB43D: hue angle of 118.99º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB43D is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 180 | 61 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.29 |
| HSL | 118.99º | 0.49% | 0.47% | - |
| HSV(B) | 118.99º | 0.66% | 0.71% | - |
| XYZ | 19.21 | 34.04 | 9.97 | - |
| YUV | 131.45 | 88.24 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 180 | 61 | 0.65 | 0 | 0.66 | 0.29 | 118.99 | 0.49 | 0.47 |
| Hex | 3F | B4 | 3D | 41 | 0 | 42 | 1D | 77 | 31 | 2F |
| Octal | 77 | 264 | 75 | 101 | 0 | 102 | 35 | 167 | 61 | 57 |
| Binary | 111111 | 10110100 | 111101 | 1000001 | 0 | 1000010 | 11101 | 1110111 | 110001 | 101111 |
Color Harmonies of #3FB43D
Complementary color
Monochromatic Colors of #3FB43D
Black with #3FB43D
Text Example
Text Example
White with #3FB43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB43D; }
p { color: rgb(63,180,61); }
H1.HeaderClassName
{
color: #3FB43D;
}
.AnyTagClassName
{
color: #3FB43D;
}
</style>
background-color css
<style>
a { background-color: #3FB43D; }
a { background-color: rgb(63,180,61); }
div.DivClassName
{
background-color: #3FB43D;
}
.BgClassName
{
background-color: #3FB43D;
}
</style>
border-color css
<style>
span { border-color: #3FB43D; }
span { border-color: rgb(63,180,61); }
td.TdClassName
{
border-color: #3FB43D;
}
.TagClassName
{
border-color: #3FB43D;
}
</style>