Shades of Screamin' Green #38FF74
Tints of Screamin' Green #38FF74
RGB
CMYK
RGB Variations
Color information
#38FF74 (or 0x38FF74) is known color: Screamin' Green. HEX triplet: 38, FF and 74. RGB value is (56,255,116). Sum of RGB (Red+Green+Blue) = 56+255+116=427 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.11% from 427); Green value is 255 (100% from 255 or 59.72% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38FF74 is #C7008B. Grayscale: #B4B4B4. Windows color (decimal): -13041804 or 7667512. OLE color: 7667512.
HSL color Cylindrical-coordinate representation of color #38FF74: hue angle of 138.09º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FF74 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 116 | - |
| CMYK | 0.78 | 0 | 0.55 | 0 |
| HSL | 138.09º | 1% | 0.61% | - |
| HSV(B) | 138.09º | 0.78% | 1% | - |
| XYZ | 40.54 | 73.62 | 28.6 | - |
| YUV | 179.65 | 92.07 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 116 | 0.78 | 0 | 0.55 | 0 | 138.09 | 1 | 0.61 |
| Hex | 38 | FF | 74 | 4E | 0 | 37 | 0 | 8A | 64 | 3D |
| Octal | 70 | 377 | 164 | 116 | 0 | 67 | 0 | 212 | 144 | 75 |
| Binary | 111000 | 11111111 | 1110100 | 1001110 | 0 | 110111 | 0 | 10001010 | 1100100 | 111101 |
Color Harmonies of #38FF74
Complementary color
Monochromatic Colors of #38FF74
Black with #38FF74
Text Example
Text Example
White with #38FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FF74; }
p { color: rgb(56,255,116); }
H1.HeaderClassName
{
color: #38FF74;
}
.AnyTagClassName
{
color: #38FF74;
}
</style>
background-color css
<style>
a { background-color: #38FF74; }
a { background-color: rgb(56,255,116); }
div.DivClassName
{
background-color: #38FF74;
}
.BgClassName
{
background-color: #38FF74;
}
</style>
border-color css
<style>
span { border-color: #38FF74; }
span { border-color: rgb(56,255,116); }
td.TdClassName
{
border-color: #38FF74;
}
.TagClassName
{
border-color: #38FF74;
}
</style>