Shades of Fruit Salad #3FB84B
Tints of Fruit Salad #3FB84B
RGB
CMYK
RGB Variations
Color information
#3FB84B (or 0x3FB84B) is known color: Fruit Salad. HEX triplet: 3F, B8 and 4B. RGB value is (63,184,75). Sum of RGB (Red+Green+Blue) = 63+184+75=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #3FB84B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB84B is #C047B4. Grayscale: #878787. Windows color (decimal): -12601269 or 4962367. OLE color: 4962367.
HSL color Cylindrical-coordinate representation of color #3FB84B: hue angle of 125.95º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB84B is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 184 | 75 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.28 |
| HSL | 125.95º | 0.49% | 0.48% | - |
| HSV(B) | 125.95º | 0.66% | 0.72% | - |
| XYZ | 20.46 | 35.85 | 12.5 | - |
| YUV | 135.4 | 93.91 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 184 | 75 | 0.66 | 0 | 0.59 | 0.28 | 125.95 | 0.49 | 0.48 |
| Hex | 3F | B8 | 4B | 42 | 0 | 3B | 1C | 7E | 31 | 30 |
| Octal | 77 | 270 | 113 | 102 | 0 | 73 | 34 | 176 | 61 | 60 |
| Binary | 111111 | 10111000 | 1001011 | 1000010 | 0 | 111011 | 11100 | 1111110 | 110001 | 110000 |
Color Harmonies of #3FB84B
Complementary color
Monochromatic Colors of #3FB84B
Black with #3FB84B
Text Example
Text Example
White with #3FB84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB84B; }
p { color: rgb(63,184,75); }
H1.HeaderClassName
{
color: #3FB84B;
}
.AnyTagClassName
{
color: #3FB84B;
}
</style>
background-color css
<style>
a { background-color: #3FB84B; }
a { background-color: rgb(63,184,75); }
div.DivClassName
{
background-color: #3FB84B;
}
.BgClassName
{
background-color: #3FB84B;
}
</style>
border-color css
<style>
span { border-color: #3FB84B; }
span { border-color: rgb(63,184,75); }
td.TdClassName
{
border-color: #3FB84B;
}
.TagClassName
{
border-color: #3FB84B;
}
</style>