Shades of Green Yellow #9BFE52
Tints of Green Yellow #9BFE52
RGB
CMYK
RGB Variations
Color information
#9BFE52 (or 0x9BFE52) is known color: Green Yellow. HEX triplet: 9B, FE and 52. RGB value is (155,254,82). Sum of RGB (Red+Green+Blue) = 155+254+82=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFE52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFE52 is #6401AD. Grayscale: #CDCDCD. Windows color (decimal): -6554030 or 5439131. OLE color: 5439131.
HSL color Cylindrical-coordinate representation of color #9BFE52: hue angle of 94.53º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BFE52 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 82 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.00 |
| HSL | 94.53º | 0.99% | 0.66% | - |
| HSV(B) | 94.53º | 0.68% | 1% | - |
| XYZ | 50.48 | 78.46 | 20.47 | - |
| YUV | 204.79 | 58.7 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 82 | 0.39 | 0 | 0.68 | 0.00 | 94.53 | 0.99 | 0.66 |
| Hex | 9B | FE | 52 | 27 | 0 | 44 | 0 | 5F | 63 | 42 |
| Octal | 233 | 376 | 122 | 47 | 0 | 104 | 0 | 137 | 143 | 102 |
| Binary | 10011011 | 11111110 | 1010010 | 100111 | 0 | 1000100 | 0 | 1011111 | 1100011 | 1000010 |
Color Harmonies of #9BFE52
Complementary color
Monochromatic Colors of #9BFE52
Black with #9BFE52
Text Example
Text Example
White with #9BFE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFE52; }
p { color: rgb(155,254,82); }
H1.HeaderClassName
{
color: #9BFE52;
}
.AnyTagClassName
{
color: #9BFE52;
}
</style>
background-color css
<style>
a { background-color: #9BFE52; }
a { background-color: rgb(155,254,82); }
div.DivClassName
{
background-color: #9BFE52;
}
.BgClassName
{
background-color: #9BFE52;
}
</style>
border-color css
<style>
span { border-color: #9BFE52; }
span { border-color: rgb(155,254,82); }
td.TdClassName
{
border-color: #9BFE52;
}
.TagClassName
{
border-color: #9BFE52;
}
</style>