Shades of Fruit Salad #3CB23F
Tints of Fruit Salad #3CB23F
RGB
CMYK
RGB Variations
Color information
#3CB23F (or 0x3CB23F) is known color: Fruit Salad. HEX triplet: 3C, B2 and 3F. RGB value is (60,178,63). Sum of RGB (Red+Green+Blue) = 60+178+63=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 178 (69.92% from 255 or 59.14% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB23F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB23F is #C34DC0. Grayscale: #818181. Windows color (decimal): -12799425 or 4174396. OLE color: 4174396.
HSL color Cylindrical-coordinate representation of color #3CB23F: hue angle of 121.53º degrees, saturation: 0.5, 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 #3CB23F is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 63 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.30 |
| HSL | 121.53º | 0.5% | 0.47% | - |
| HSV(B) | 121.53º | 0.66% | 0.7% | - |
| XYZ | 18.68 | 33.16 | 10.12 | - |
| YUV | 129.61 | 90.41 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 63 | 0.66 | 0 | 0.65 | 0.30 | 121.53 | 0.5 | 0.47 |
| Hex | 3C | B2 | 3F | 42 | 0 | 41 | 1E | 7A | 32 | 2F |
| Octal | 74 | 262 | 77 | 102 | 0 | 101 | 36 | 172 | 62 | 57 |
| Binary | 111100 | 10110010 | 111111 | 1000010 | 0 | 1000001 | 11110 | 1111010 | 110010 | 101111 |
Color Harmonies of #3CB23F
Complementary color
Monochromatic Colors of #3CB23F
Black with #3CB23F
Text Example
Text Example
White with #3CB23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB23F; }
p { color: rgb(60,178,63); }
H1.HeaderClassName
{
color: #3CB23F;
}
.AnyTagClassName
{
color: #3CB23F;
}
</style>
background-color css
<style>
a { background-color: #3CB23F; }
a { background-color: rgb(60,178,63); }
div.DivClassName
{
background-color: #3CB23F;
}
.BgClassName
{
background-color: #3CB23F;
}
</style>
border-color css
<style>
span { border-color: #3CB23F; }
span { border-color: rgb(60,178,63); }
td.TdClassName
{
border-color: #3CB23F;
}
.TagClassName
{
border-color: #3CB23F;
}
</style>