Shades of Fruit Salad #38A83F
Tints of Fruit Salad #38A83F
RGB
CMYK
RGB Variations
Color information
#38A83F (or 0x38A83F) is known color: Fruit Salad. HEX triplet: 38, A8 and 3F. RGB value is (56,168,63). Sum of RGB (Red+Green+Blue) = 56+168+63=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 168 (66.02% from 255 or 58.54% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 168 - color contains mainly: green. Hex color #38A83F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A83F is #C757C0. Grayscale: #7A7A7A. Windows color (decimal): -13064129 or 4171832. OLE color: 4171832.
HSL color Cylindrical-coordinate representation of color #38A83F: hue angle of 123.75º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A83F is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 168 | 63 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.34 |
| HSL | 123.75º | 0.5% | 0.44% | - |
| HSV(B) | 123.75º | 0.67% | 0.66% | - |
| XYZ | 16.53 | 29.2 | 9.47 | - |
| YUV | 122.54 | 94.39 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 168 | 63 | 0.67 | 0 | 0.63 | 0.34 | 123.75 | 0.5 | 0.44 |
| Hex | 38 | A8 | 3F | 43 | 0 | 3F | 22 | 7C | 32 | 2C |
| Octal | 70 | 250 | 77 | 103 | 0 | 77 | 42 | 174 | 62 | 54 |
| Binary | 111000 | 10101000 | 111111 | 1000011 | 0 | 111111 | 100010 | 1111100 | 110010 | 101100 |
Color Harmonies of #38A83F
Complementary color
Monochromatic Colors of #38A83F
Black with #38A83F
Text Example
Text Example
White with #38A83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A83F; }
p { color: rgb(56,168,63); }
H1.HeaderClassName
{
color: #38A83F;
}
.AnyTagClassName
{
color: #38A83F;
}
</style>
background-color css
<style>
a { background-color: #38A83F; }
a { background-color: rgb(56,168,63); }
div.DivClassName
{
background-color: #38A83F;
}
.BgClassName
{
background-color: #38A83F;
}
</style>
border-color css
<style>
span { border-color: #38A83F; }
span { border-color: rgb(56,168,63); }
td.TdClassName
{
border-color: #38A83F;
}
.TagClassName
{
border-color: #38A83F;
}
</style>