Shades of Green Yellow #9BF245
Tints of Green Yellow #9BF245
RGB
CMYK
RGB Variations
Color information
#9BF245 (or 0x9BF245) is known color: Green Yellow. HEX triplet: 9B, F2 and 45. RGB value is (155,242,69). Sum of RGB (Red+Green+Blue) = 155+242+69=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF245 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BF245 is #640DBA. Grayscale: #C4C4C4. Windows color (decimal): -6557115 or 4584091. OLE color: 4584091.
HSL color Cylindrical-coordinate representation of color #9BF245: hue angle of 90.17º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9BF245 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 242 | 69 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.05 |
| HSL | 90.17º | 0.87% | 0.61% | - |
| HSV(B) | 90.17º | 0.71% | 0.95% | - |
| XYZ | 46.34 | 70.9 | 16.87 | - |
| YUV | 196.27 | 56.18 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 242 | 69 | 0.36 | 0 | 0.71 | 0.05 | 90.17 | 0.87 | 0.61 |
| Hex | 9B | F2 | 45 | 24 | 0 | 47 | 5 | 5A | 57 | 3D |
| Octal | 233 | 362 | 105 | 44 | 0 | 107 | 5 | 132 | 127 | 75 |
| Binary | 10011011 | 11110010 | 1000101 | 100100 | 0 | 1000111 | 101 | 1011010 | 1010111 | 111101 |
Color Harmonies of #9BF245
Complementary color
Monochromatic Colors of #9BF245
Black with #9BF245
Text Example
Text Example
White with #9BF245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF245; }
p { color: rgb(155,242,69); }
H1.HeaderClassName
{
color: #9BF245;
}
.AnyTagClassName
{
color: #9BF245;
}
</style>
background-color css
<style>
a { background-color: #9BF245; }
a { background-color: rgb(155,242,69); }
div.DivClassName
{
background-color: #9BF245;
}
.BgClassName
{
background-color: #9BF245;
}
</style>
border-color css
<style>
span { border-color: #9BF245; }
span { border-color: rgb(155,242,69); }
td.TdClassName
{
border-color: #9BF245;
}
.TagClassName
{
border-color: #9BF245;
}
</style>