Shades of Granny Apple #B5FFCA
Tints of Granny Apple #B5FFCA
RGB
CMYK
RGB Variations
Color information
#B5FFCA (or 0xB5FFCA) is known color: Granny Apple. HEX triplet: B5, FF and CA. RGB value is (181,255,202). Sum of RGB (Red+Green+Blue) = 181+255+202=638 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.37% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFCA is #4A0035. Grayscale: #E2E2E2. Windows color (decimal): -4849718 or 13303733. OLE color: 13303733.
HSL color Cylindrical-coordinate representation of color #B5FFCA: hue angle of 137.03º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FFCA is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 202 | - |
| CMYK | 0.29 | 0 | 0.21 | 0 |
| HSL | 137.03º | 1% | 0.85% | - |
| HSV(B) | 137.03º | 0.29% | 1% | - |
| XYZ | 65.48 | 85.61 | 68.95 | - |
| YUV | 226.83 | 113.98 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 202 | 0.29 | 0 | 0.21 | 0 | 137.03 | 1 | 0.85 |
| Hex | B5 | FF | CA | 1D | 0 | 15 | 0 | 89 | 64 | 55 |
| Octal | 265 | 377 | 312 | 35 | 0 | 25 | 0 | 211 | 144 | 125 |
| Binary | 10110101 | 11111111 | 11001010 | 11101 | 0 | 10101 | 0 | 10001001 | 1100100 | 1010101 |
Color Harmonies of #B5FFCA
Complementary color
Monochromatic Colors of #B5FFCA
Black with #B5FFCA
Text Example
Text Example
White with #B5FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFCA; }
p { color: rgb(181,255,202); }
H1.HeaderClassName
{
color: #B5FFCA;
}
.AnyTagClassName
{
color: #B5FFCA;
}
</style>
background-color css
<style>
a { background-color: #B5FFCA; }
a { background-color: rgb(181,255,202); }
div.DivClassName
{
background-color: #B5FFCA;
}
.BgClassName
{
background-color: #B5FFCA;
}
</style>
border-color css
<style>
span { border-color: #B5FFCA; }
span { border-color: rgb(181,255,202); }
td.TdClassName
{
border-color: #B5FFCA;
}
.TagClassName
{
border-color: #B5FFCA;
}
</style>