Shades of Screamin' Green #38FA68
Tints of Screamin' Green #38FA68
RGB
CMYK
RGB Variations
Color information
#38FA68 (or 0x38FA68) is known color: Screamin' Green. HEX triplet: 38, FA and 68. RGB value is (56,250,104). Sum of RGB (Red+Green+Blue) = 56+250+104=410 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.66% from 410); Green value is 250 (98.05% from 255 or 60.98% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38FA68 is #C70597. Grayscale: #AFAFAF. Windows color (decimal): -13043096 or 6879800. OLE color: 6879800.
HSL color Cylindrical-coordinate representation of color #38FA68: hue angle of 134.85º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FA68 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 250 | 104 | - |
| CMYK | 0.78 | 0 | 0.58 | 0.02 |
| HSL | 134.85º | 0.95% | 0.6% | - |
| HSV(B) | 134.85º | 0.78% | 0.98% | - |
| XYZ | 38.32 | 70.21 | 24.63 | - |
| YUV | 175.35 | 87.73 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 250 | 104 | 0.78 | 0 | 0.58 | 0.02 | 134.85 | 0.95 | 0.6 |
| Hex | 38 | FA | 68 | 4E | 0 | 3A | 2 | 87 | 5F | 3C |
| Octal | 70 | 372 | 150 | 116 | 0 | 72 | 2 | 207 | 137 | 74 |
| Binary | 111000 | 11111010 | 1101000 | 1001110 | 0 | 111010 | 10 | 10000111 | 1011111 | 111100 |
Color Harmonies of #38FA68
Complementary color
Monochromatic Colors of #38FA68
Black with #38FA68
Text Example
Text Example
White with #38FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FA68; }
p { color: rgb(56,250,104); }
H1.HeaderClassName
{
color: #38FA68;
}
.AnyTagClassName
{
color: #38FA68;
}
</style>
background-color css
<style>
a { background-color: #38FA68; }
a { background-color: rgb(56,250,104); }
div.DivClassName
{
background-color: #38FA68;
}
.BgClassName
{
background-color: #38FA68;
}
</style>
border-color css
<style>
span { border-color: #38FA68; }
span { border-color: rgb(56,250,104); }
td.TdClassName
{
border-color: #38FA68;
}
.TagClassName
{
border-color: #38FA68;
}
</style>