Shades of Conifer #9BEF4D
Tints of Conifer #9BEF4D
RGB
CMYK
RGB Variations
Color information
#9BEF4D (or 0x9BEF4D) is known color: Conifer. HEX triplet: 9B, EF and 4D. RGB value is (155,239,77). Sum of RGB (Red+Green+Blue) = 155+239+77=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEF4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEF4D is #6410B2. Grayscale: #C3C3C3. Windows color (decimal): -6557875 or 5107611. OLE color: 5107611.
HSL color Cylindrical-coordinate representation of color #9BEF4D: hue angle of 91.11º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BEF4D is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 77 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.06 |
| HSL | 91.11º | 0.84% | 0.62% | - |
| HSV(B) | 91.11º | 0.68% | 0.94% | - |
| XYZ | 45.72 | 69.24 | 17.98 | - |
| YUV | 195.42 | 61.17 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 77 | 0.35 | 0 | 0.68 | 0.06 | 91.11 | 0.84 | 0.62 |
| Hex | 9B | EF | 4D | 23 | 0 | 44 | 6 | 5B | 54 | 3E |
| Octal | 233 | 357 | 115 | 43 | 0 | 104 | 6 | 133 | 124 | 76 |
| Binary | 10011011 | 11101111 | 1001101 | 100011 | 0 | 1000100 | 110 | 1011011 | 1010100 | 111110 |
Color Harmonies of #9BEF4D
Complementary color
Monochromatic Colors of #9BEF4D
Black with #9BEF4D
Text Example
Text Example
White with #9BEF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEF4D; }
p { color: rgb(155,239,77); }
H1.HeaderClassName
{
color: #9BEF4D;
}
.AnyTagClassName
{
color: #9BEF4D;
}
</style>
background-color css
<style>
a { background-color: #9BEF4D; }
a { background-color: rgb(155,239,77); }
div.DivClassName
{
background-color: #9BEF4D;
}
.BgClassName
{
background-color: #9BEF4D;
}
</style>
border-color css
<style>
span { border-color: #9BEF4D; }
span { border-color: rgb(155,239,77); }
td.TdClassName
{
border-color: #9BEF4D;
}
.TagClassName
{
border-color: #9BEF4D;
}
</style>