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