Shades of Screamin' Green #38F952
Tints of Screamin' Green #38F952
RGB
CMYK
RGB Variations
Color information
#38F952 (or 0x38F952) is known color: Screamin' Green. HEX triplet: 38, F9 and 52. RGB value is (56,249,82). Sum of RGB (Red+Green+Blue) = 56+249+82=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 249 (97.66% from 255 or 64.34% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 249 - color contains mainly: green. Hex color #38F952 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F952 is #C706AD. Grayscale: #ACACAC. Windows color (decimal): -13043374 or 5437752. OLE color: 5437752.
HSL color Cylindrical-coordinate representation of color #38F952: hue angle of 128.08º degrees, saturation: 0.94, 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 #38F952 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 249 | 82 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.02 |
| HSL | 128.08º | 0.94% | 0.6% | - |
| HSV(B) | 128.08º | 0.78% | 0.98% | - |
| XYZ | 37.03 | 69.2 | 19.39 | - |
| YUV | 172.26 | 77.06 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 249 | 82 | 0.78 | 0 | 0.67 | 0.02 | 128.08 | 0.94 | 0.6 |
| Hex | 38 | F9 | 52 | 4E | 0 | 43 | 2 | 80 | 5E | 3C |
| Octal | 70 | 371 | 122 | 116 | 0 | 103 | 2 | 200 | 136 | 74 |
| Binary | 111000 | 11111001 | 1010010 | 1001110 | 0 | 1000011 | 10 | 10000000 | 1011110 | 111100 |
Color Harmonies of #38F952
Complementary color
Monochromatic Colors of #38F952
Black with #38F952
Text Example
Text Example
White with #38F952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F952; }
p { color: rgb(56,249,82); }
H1.HeaderClassName
{
color: #38F952;
}
.AnyTagClassName
{
color: #38F952;
}
</style>
background-color css
<style>
a { background-color: #38F952; }
a { background-color: rgb(56,249,82); }
div.DivClassName
{
background-color: #38F952;
}
.BgClassName
{
background-color: #38F952;
}
</style>
border-color css
<style>
span { border-color: #38F952; }
span { border-color: rgb(56,249,82); }
td.TdClassName
{
border-color: #38F952;
}
.TagClassName
{
border-color: #38F952;
}
</style>