Shades of Fruit Salad #38AB37
Tints of Fruit Salad #38AB37
RGB
CMYK
RGB Variations
Color information
#38AB37 (or 0x38AB37) is known color: Fruit Salad. HEX triplet: 38, AB and 37. RGB value is (56,171,55). Sum of RGB (Red+Green+Blue) = 56+171+55=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 171 (67.19% from 255 or 60.64% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AB37 is #C754C8. Grayscale: #7B7B7B. Windows color (decimal): -13063369 or 3648312. OLE color: 3648312.
HSL color Cylindrical-coordinate representation of color #38AB37: hue angle of 119.48º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AB37 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 171 | 55 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.33 |
| HSL | 119.48º | 0.51% | 0.44% | - |
| HSV(B) | 119.48º | 0.68% | 0.67% | - |
| XYZ | 16.88 | 30.24 | 8.56 | - |
| YUV | 123.39 | 89.4 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 171 | 55 | 0.67 | 0 | 0.68 | 0.33 | 119.48 | 0.51 | 0.44 |
| Hex | 38 | AB | 37 | 43 | 0 | 44 | 21 | 77 | 33 | 2C |
| Octal | 70 | 253 | 67 | 103 | 0 | 104 | 41 | 167 | 63 | 54 |
| Binary | 111000 | 10101011 | 110111 | 1000011 | 0 | 1000100 | 100001 | 1110111 | 110011 | 101100 |
Color Harmonies of #38AB37
Complementary color
Monochromatic Colors of #38AB37
Black with #38AB37
Text Example
Text Example
White with #38AB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AB37; }
p { color: rgb(56,171,55); }
H1.HeaderClassName
{
color: #38AB37;
}
.AnyTagClassName
{
color: #38AB37;
}
</style>
background-color css
<style>
a { background-color: #38AB37; }
a { background-color: rgb(56,171,55); }
div.DivClassName
{
background-color: #38AB37;
}
.BgClassName
{
background-color: #38AB37;
}
</style>
border-color css
<style>
span { border-color: #38AB37; }
span { border-color: rgb(56,171,55); }
td.TdClassName
{
border-color: #38AB37;
}
.TagClassName
{
border-color: #38AB37;
}
</style>