Shades of Fruit Salad #3FB33D
Tints of Fruit Salad #3FB33D
RGB
CMYK
RGB Variations
Color information
#3FB33D (or 0x3FB33D) is known color: Fruit Salad. HEX triplet: 3F, B3 and 3D. RGB value is (63,179,61). Sum of RGB (Red+Green+Blue) = 63+179+61=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #3FB33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB33D is #C04CC2. Grayscale: #838383. Windows color (decimal): -12602563 or 4043583. OLE color: 4043583.
HSL color Cylindrical-coordinate representation of color #3FB33D: hue angle of 118.98º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB33D is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 179 | 61 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.30 |
| HSL | 118.98º | 0.49% | 0.47% | - |
| HSV(B) | 118.98º | 0.66% | 0.7% | - |
| XYZ | 19.01 | 33.63 | 9.9 | - |
| YUV | 130.86 | 88.57 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 179 | 61 | 0.65 | 0 | 0.66 | 0.30 | 118.98 | 0.49 | 0.47 |
| Hex | 3F | B3 | 3D | 41 | 0 | 42 | 1E | 77 | 31 | 2F |
| Octal | 77 | 263 | 75 | 101 | 0 | 102 | 36 | 167 | 61 | 57 |
| Binary | 111111 | 10110011 | 111101 | 1000001 | 0 | 1000010 | 11110 | 1110111 | 110001 | 101111 |
Color Harmonies of #3FB33D
Complementary color
Monochromatic Colors of #3FB33D
Black with #3FB33D
Text Example
Text Example
White with #3FB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB33D; }
p { color: rgb(63,179,61); }
H1.HeaderClassName
{
color: #3FB33D;
}
.AnyTagClassName
{
color: #3FB33D;
}
</style>
background-color css
<style>
a { background-color: #3FB33D; }
a { background-color: rgb(63,179,61); }
div.DivClassName
{
background-color: #3FB33D;
}
.BgClassName
{
background-color: #3FB33D;
}
</style>
border-color css
<style>
span { border-color: #3FB33D; }
span { border-color: rgb(63,179,61); }
td.TdClassName
{
border-color: #3FB33D;
}
.TagClassName
{
border-color: #3FB33D;
}
</style>