Shades of Screamin' Green #35FC5C
Tints of Screamin' Green #35FC5C
RGB
CMYK
RGB Variations
Color information
#35FC5C (or 0x35FC5C) is known color: Screamin' Green. HEX triplet: 35, FC and 5C. RGB value is (53,252,92). Sum of RGB (Red+Green+Blue) = 53+252+92=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 252 (98.83% from 255 or 63.48% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 252 - color contains mainly: green. Hex color #35FC5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35FC5C is #CA03A3. Grayscale: #AEAEAE. Windows color (decimal): -13239204 or 6093877. OLE color: 6093877.
HSL color Cylindrical-coordinate representation of color #35FC5C: hue angle of 131.76º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FC5C is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 252 | 92 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.01 |
| HSL | 131.76º | 0.97% | 0.6% | - |
| HSV(B) | 131.76º | 0.79% | 0.99% | - |
| XYZ | 38.21 | 71.15 | 21.84 | - |
| YUV | 174.26 | 81.57 | 41.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 252 | 92 | 0.79 | 0 | 0.63 | 0.01 | 131.76 | 0.97 | 0.6 |
| Hex | 35 | FC | 5C | 4F | 0 | 3F | 1 | 84 | 61 | 3C |
| Octal | 65 | 374 | 134 | 117 | 0 | 77 | 1 | 204 | 141 | 74 |
| Binary | 110101 | 11111100 | 1011100 | 1001111 | 0 | 111111 | 1 | 10000100 | 1100001 | 111100 |
Color Harmonies of #35FC5C
Complementary color
Monochromatic Colors of #35FC5C
Black with #35FC5C
Text Example
Text Example
White with #35FC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FC5C; }
p { color: rgb(53,252,92); }
H1.HeaderClassName
{
color: #35FC5C;
}
.AnyTagClassName
{
color: #35FC5C;
}
</style>
background-color css
<style>
a { background-color: #35FC5C; }
a { background-color: rgb(53,252,92); }
div.DivClassName
{
background-color: #35FC5C;
}
.BgClassName
{
background-color: #35FC5C;
}
</style>
border-color css
<style>
span { border-color: #35FC5C; }
span { border-color: rgb(53,252,92); }
td.TdClassName
{
border-color: #35FC5C;
}
.TagClassName
{
border-color: #35FC5C;
}
</style>