Shades of Granny Apple #B9F9CD
Tints of Granny Apple #B9F9CD
RGB
CMYK
RGB Variations
Color information
#B9F9CD (or 0xB9F9CD) is known color: Granny Apple. HEX triplet: B9, F9 and CD. RGB value is (185,249,205). Sum of RGB (Red+Green+Blue) = 185+249+205=639 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.95% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F9CD is #460632. Grayscale: #E0E0E0. Windows color (decimal): -4589107 or 13498809. OLE color: 13498809.
HSL color Cylindrical-coordinate representation of color #B9F9CD: hue angle of 138.75º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9F9CD is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 185 | 249 | 205 | - |
CMYK | 0.26 | 0 | 0.18 | 0.02 |
HSL | 138.75º | 0.84% | 0.85% | - |
HSV(B) | 138.75º | 0.26% | 0.98% | - |
XYZ | 64.9 | 82.47 | 70.26 | - |
YUV | 224.85 | 116.8 | 99.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 249 | 205 | 0.26 | 0 | 0.18 | 0.02 | 138.75 | 0.84 | 0.85 |
Hex | B9 | F9 | CD | 1A | 0 | 12 | 2 | 8B | 54 | 55 |
Octal | 271 | 371 | 315 | 32 | 0 | 22 | 2 | 213 | 124 | 125 |
Binary | 10111001 | 11111001 | 11001101 | 11010 | 0 | 10010 | 10 | 10001011 | 1010100 | 1010101 |
Color Harmonies of #B9F9CD
Complementary color
Monochromatic Colors of #B9F9CD
Black with #B9F9CD
Text Example
Text Example
White with #B9F9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F9CD; }
p { color: rgb(185,249,205); }
H1.HeaderClassName
{
color: #B9F9CD;
}
.AnyTagClassName
{
color: #B9F9CD;
}
</style>
background-color css
<style>
a { background-color: #B9F9CD; }
a { background-color: rgb(185,249,205); }
div.DivClassName
{
background-color: #B9F9CD;
}
.BgClassName
{
background-color: #B9F9CD;
}
</style>
border-color css
<style>
span { border-color: #B9F9CD; }
span { border-color: rgb(185,249,205); }
td.TdClassName
{
border-color: #B9F9CD;
}
.TagClassName
{
border-color: #B9F9CD;
}
</style>