Shades of Green Yellow #9BF227
Tints of Green Yellow #9BF227
RGB
CMYK
RGB Variations
Color information
#9BF227 (or 0x9BF227) is known color: Green Yellow. HEX triplet: 9B, F2 and 27. RGB value is (155,242,39). Sum of RGB (Red+Green+Blue) = 155+242+39=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF227 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BF227 is #640DD8. Grayscale: #C1C1C1. Windows color (decimal): -6557145 or 2618011. OLE color: 2618011.
HSL color Cylindrical-coordinate representation of color #9BF227: hue angle of 85.71º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9BF227 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 242 | 39 | - |
| CMYK | 0.36 | 0 | 0.84 | 0.05 |
| HSL | 85.71º | 0.89% | 0.55% | - |
| HSV(B) | 85.71º | 0.84% | 0.95% | - |
| XYZ | 45.64 | 70.62 | 13.15 | - |
| YUV | 192.85 | 41.18 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 242 | 39 | 0.36 | 0 | 0.84 | 0.05 | 85.71 | 0.89 | 0.55 |
| Hex | 9B | F2 | 27 | 24 | 0 | 54 | 5 | 56 | 59 | 37 |
| Octal | 233 | 362 | 47 | 44 | 0 | 124 | 5 | 126 | 131 | 67 |
| Binary | 10011011 | 11110010 | 100111 | 100100 | 0 | 1010100 | 101 | 1010110 | 1011001 | 110111 |
Color Harmonies of #9BF227
Complementary color
Monochromatic Colors of #9BF227
Black with #9BF227
Text Example
Text Example
White with #9BF227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF227; }
p { color: rgb(155,242,39); }
H1.HeaderClassName
{
color: #9BF227;
}
.AnyTagClassName
{
color: #9BF227;
}
</style>
background-color css
<style>
a { background-color: #9BF227; }
a { background-color: rgb(155,242,39); }
div.DivClassName
{
background-color: #9BF227;
}
.BgClassName
{
background-color: #9BF227;
}
</style>
border-color css
<style>
span { border-color: #9BF227; }
span { border-color: rgb(155,242,39); }
td.TdClassName
{
border-color: #9BF227;
}
.TagClassName
{
border-color: #9BF227;
}
</style>