Html Css Color HEX #9BED85 Granny Smith Apple
📋 copy color: '#9BED85'red 155 ◦ green 237 ◦ blue 133
Shades of Granny Smith Apple #9BED85
Tints of Granny Smith Apple #9BED85
RGB
CMYK
RGB Variations
Color information
#9BED85 (or 0x9BED85) is known color: Granny Smith Apple. HEX triplet: 9B, ED and 85. RGB value is (155,237,133). Sum of RGB (Red+Green+Blue) = 155+237+133=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #9BED85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BED85 is #64127A. Grayscale: #C8C8C8. Windows color (decimal): -6558331 or 8777115. OLE color: 8777115.
HSL color Cylindrical-coordinate representation of color #9BED85: hue angle of 107.31º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BED85 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 133 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.07 |
| HSL | 107.31º | 0.74% | 0.73% | - |
| HSV(B) | 107.31º | 0.44% | 0.93% | - |
| XYZ | 48.04 | 69.23 | 33.02 | - |
| YUV | 200.63 | 89.83 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 133 | 0.35 | 0 | 0.44 | 0.07 | 107.31 | 0.74 | 0.73 |
| Hex | 9B | ED | 85 | 23 | 0 | 2C | 7 | 6B | 4A | 49 |
| Octal | 233 | 355 | 205 | 43 | 0 | 54 | 7 | 153 | 112 | 111 |
| Binary | 10011011 | 11101101 | 10000101 | 100011 | 0 | 101100 | 111 | 1101011 | 1001010 | 1001001 |
Color Harmonies of #9BED85
Complementary color
Monochromatic Colors of #9BED85
Black with #9BED85
Text Example
Text Example
White with #9BED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BED85; }
p { color: rgb(155,237,133); }
H1.HeaderClassName
{
color: #9BED85;
}
.AnyTagClassName
{
color: #9BED85;
}
</style>
background-color css
<style>
a { background-color: #9BED85; }
a { background-color: rgb(155,237,133); }
div.DivClassName
{
background-color: #9BED85;
}
.BgClassName
{
background-color: #9BED85;
}
</style>
border-color css
<style>
span { border-color: #9BED85; }
span { border-color: rgb(155,237,133); }
td.TdClassName
{
border-color: #9BED85;
}
.TagClassName
{
border-color: #9BED85;
}
</style>