Shades of Screamin' Green #38FA66
Tints of Screamin' Green #38FA66
RGB
CMYK
RGB Variations
Color information
#38FA66 (or 0x38FA66) is known color: Screamin' Green. HEX triplet: 38, FA and 66. RGB value is (56,250,102). Sum of RGB (Red+Green+Blue) = 56+250+102=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 250 (98.05% from 255 or 61.27% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38FA66 is #C70599. Grayscale: #AFAFAF. Windows color (decimal): -13043098 or 6748728. OLE color: 6748728.
HSL color Cylindrical-coordinate representation of color #38FA66: hue angle of 134.23º 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 #38FA66 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 250 | 102 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.02 |
| HSL | 134.23º | 0.95% | 0.6% | - |
| HSV(B) | 134.23º | 0.78% | 0.98% | - |
| XYZ | 38.21 | 70.17 | 24.1 | - |
| YUV | 175.12 | 86.73 | 43.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 250 | 102 | 0.78 | 0 | 0.59 | 0.02 | 134.23 | 0.95 | 0.6 |
| Hex | 38 | FA | 66 | 4E | 0 | 3B | 2 | 86 | 5F | 3C |
| Octal | 70 | 372 | 146 | 116 | 0 | 73 | 2 | 206 | 137 | 74 |
| Binary | 111000 | 11111010 | 1100110 | 1001110 | 0 | 111011 | 10 | 10000110 | 1011111 | 111100 |
Color Harmonies of #38FA66
Complementary color
Monochromatic Colors of #38FA66
Black with #38FA66
Text Example
Text Example
White with #38FA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FA66; }
p { color: rgb(56,250,102); }
H1.HeaderClassName
{
color: #38FA66;
}
.AnyTagClassName
{
color: #38FA66;
}
</style>
background-color css
<style>
a { background-color: #38FA66; }
a { background-color: rgb(56,250,102); }
div.DivClassName
{
background-color: #38FA66;
}
.BgClassName
{
background-color: #38FA66;
}
</style>
border-color css
<style>
span { border-color: #38FA66; }
span { border-color: rgb(56,250,102); }
td.TdClassName
{
border-color: #38FA66;
}
.TagClassName
{
border-color: #38FA66;
}
</style>