Shades of Fruit Salad #3CB23D
Tints of Fruit Salad #3CB23D
RGB
CMYK
RGB Variations
Color information
#3CB23D (or 0x3CB23D) is known color: Fruit Salad. HEX triplet: 3C, B2 and 3D. RGB value is (60,178,61). Sum of RGB (Red+Green+Blue) = 60+178+61=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB23D is #C34DC2. Grayscale: #818181. Windows color (decimal): -12799427 or 4043324. OLE color: 4043324.
HSL color Cylindrical-coordinate representation of color #3CB23D: hue angle of 120.51º 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 #3CB23D is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 61 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.30 |
| HSL | 120.51º | 0.5% | 0.47% | - |
| HSV(B) | 120.51º | 0.66% | 0.7% | - |
| XYZ | 18.63 | 33.14 | 9.83 | - |
| YUV | 129.38 | 89.41 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 61 | 0.66 | 0 | 0.66 | 0.30 | 120.51 | 0.5 | 0.47 |
| Hex | 3C | B2 | 3D | 42 | 0 | 42 | 1E | 79 | 32 | 2F |
| Octal | 74 | 262 | 75 | 102 | 0 | 102 | 36 | 171 | 62 | 57 |
| Binary | 111100 | 10110010 | 111101 | 1000010 | 0 | 1000010 | 11110 | 1111001 | 110010 | 101111 |
Color Harmonies of #3CB23D
Complementary color
Monochromatic Colors of #3CB23D
Black with #3CB23D
Text Example
Text Example
White with #3CB23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB23D; }
p { color: rgb(60,178,61); }
H1.HeaderClassName
{
color: #3CB23D;
}
.AnyTagClassName
{
color: #3CB23D;
}
</style>
background-color css
<style>
a { background-color: #3CB23D; }
a { background-color: rgb(60,178,61); }
div.DivClassName
{
background-color: #3CB23D;
}
.BgClassName
{
background-color: #3CB23D;
}
</style>
border-color css
<style>
span { border-color: #3CB23D; }
span { border-color: rgb(60,178,61); }
td.TdClassName
{
border-color: #3CB23D;
}
.TagClassName
{
border-color: #3CB23D;
}
</style>