Shades of Screamin' Green #35FF4D
Tints of Screamin' Green #35FF4D
RGB
CMYK
RGB Variations
Color information
#35FF4D (or 0x35FF4D) is known color: Screamin' Green. HEX triplet: 35, FF and 4D. RGB value is (53,255,77). Sum of RGB (Red+Green+Blue) = 53+255+77=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #35FF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35FF4D is #CA00B2. Grayscale: #AEAEAE. Windows color (decimal): -13238451 or 5111605. OLE color: 5111605.
HSL color Cylindrical-coordinate representation of color #35FF4D: hue angle of 127.13º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FF4D is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 255 | 77 | - |
| CMYK | 0.79 | 0 | 0.70 | 0 |
| HSL | 127.13º | 1% | 0.6% | - |
| HSV(B) | 127.13º | 0.79% | 1% | - |
| XYZ | 38.57 | 72.81 | 19.04 | - |
| YUV | 174.31 | 73.08 | 41.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 255 | 77 | 0.79 | 0 | 0.70 | 0 | 127.13 | 1 | 0.6 |
| Hex | 35 | FF | 4D | 4F | 0 | 46 | 0 | 7F | 64 | 3C |
| Octal | 65 | 377 | 115 | 117 | 0 | 106 | 0 | 177 | 144 | 74 |
| Binary | 110101 | 11111111 | 1001101 | 1001111 | 0 | 1000110 | 0 | 1111111 | 1100100 | 111100 |
Color Harmonies of #35FF4D
Complementary color
Monochromatic Colors of #35FF4D
Black with #35FF4D
Text Example
Text Example
White with #35FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FF4D; }
p { color: rgb(53,255,77); }
H1.HeaderClassName
{
color: #35FF4D;
}
.AnyTagClassName
{
color: #35FF4D;
}
</style>
background-color css
<style>
a { background-color: #35FF4D; }
a { background-color: rgb(53,255,77); }
div.DivClassName
{
background-color: #35FF4D;
}
.BgClassName
{
background-color: #35FF4D;
}
</style>
border-color css
<style>
span { border-color: #35FF4D; }
span { border-color: rgb(53,255,77); }
td.TdClassName
{
border-color: #35FF4D;
}
.TagClassName
{
border-color: #35FF4D;
}
</style>