Shades of Screamin' Green #38FF55
Tints of Screamin' Green #38FF55
RGB
CMYK
RGB Variations
Color information
#38FF55 (or 0x38FF55) is known color: Screamin' Green. HEX triplet: 38, FF and 55. RGB value is (56,255,85). Sum of RGB (Red+Green+Blue) = 56+255+85=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38FF55 is #C700AA. Grayscale: #B0B0B0. Windows color (decimal): -13041835 or 5635896. OLE color: 5635896.
HSL color Cylindrical-coordinate representation of color #38FF55: hue angle of 128.74º 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 #38FF55 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 85 | - |
| CMYK | 0.78 | 0 | 0.67 | 0 |
| HSL | 128.74º | 1% | 0.61% | - |
| HSV(B) | 128.74º | 0.78% | 1% | - |
| XYZ | 39.03 | 73.02 | 20.63 | - |
| YUV | 176.12 | 76.57 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 85 | 0.78 | 0 | 0.67 | 0 | 128.74 | 1 | 0.61 |
| Hex | 38 | FF | 55 | 4E | 0 | 43 | 0 | 81 | 64 | 3D |
| Octal | 70 | 377 | 125 | 116 | 0 | 103 | 0 | 201 | 144 | 75 |
| Binary | 111000 | 11111111 | 1010101 | 1001110 | 0 | 1000011 | 0 | 10000001 | 1100100 | 111101 |
Color Harmonies of #38FF55
Complementary color
Monochromatic Colors of #38FF55
Black with #38FF55
Text Example
Text Example
White with #38FF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FF55; }
p { color: rgb(56,255,85); }
H1.HeaderClassName
{
color: #38FF55;
}
.AnyTagClassName
{
color: #38FF55;
}
</style>
background-color css
<style>
a { background-color: #38FF55; }
a { background-color: rgb(56,255,85); }
div.DivClassName
{
background-color: #38FF55;
}
.BgClassName
{
background-color: #38FF55;
}
</style>
border-color css
<style>
span { border-color: #38FF55; }
span { border-color: rgb(56,255,85); }
td.TdClassName
{
border-color: #38FF55;
}
.TagClassName
{
border-color: #38FF55;
}
</style>