Shades of Screamin' Green #3BFF65
Tints of Screamin' Green #3BFF65
RGB
CMYK
RGB Variations
Color information
#3BFF65 (or 0x3BFF65) is known color: Screamin' Green. HEX triplet: 3B, FF and 65. RGB value is (59,255,101). Sum of RGB (Red+Green+Blue) = 59+255+101=415 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.22% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFF65 is #C4009A. Grayscale: #B3B3B3. Windows color (decimal): -12845211 or 6684475. OLE color: 6684475.
HSL color Cylindrical-coordinate representation of color #3BFF65: hue angle of 132.86º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFF65 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 101 | - |
| CMYK | 0.77 | 0 | 0.60 | 0 |
| HSL | 132.86º | 1% | 0.62% | - |
| HSV(B) | 132.86º | 0.77% | 1% | - |
| XYZ | 39.91 | 73.39 | 24.37 | - |
| YUV | 178.84 | 84.07 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 101 | 0.77 | 0 | 0.60 | 0 | 132.86 | 1 | 0.62 |
| Hex | 3B | FF | 65 | 4D | 0 | 3C | 0 | 85 | 64 | 3E |
| Octal | 73 | 377 | 145 | 115 | 0 | 74 | 0 | 205 | 144 | 76 |
| Binary | 111011 | 11111111 | 1100101 | 1001101 | 0 | 111100 | 0 | 10000101 | 1100100 | 111110 |
Color Harmonies of #3BFF65
Complementary color
Monochromatic Colors of #3BFF65
Black with #3BFF65
Text Example
Text Example
White with #3BFF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF65; }
p { color: rgb(59,255,101); }
H1.HeaderClassName
{
color: #3BFF65;
}
.AnyTagClassName
{
color: #3BFF65;
}
</style>
background-color css
<style>
a { background-color: #3BFF65; }
a { background-color: rgb(59,255,101); }
div.DivClassName
{
background-color: #3BFF65;
}
.BgClassName
{
background-color: #3BFF65;
}
</style>
border-color css
<style>
span { border-color: #3BFF65; }
span { border-color: rgb(59,255,101); }
td.TdClassName
{
border-color: #3BFF65;
}
.TagClassName
{
border-color: #3BFF65;
}
</style>