Shades of Granny Apple #B5FFC3
Tints of Granny Apple #B5FFC3
RGB
CMYK
RGB Variations
Color information
#B5FFC3 (or 0xB5FFC3) is known color: Granny Apple. HEX triplet: B5, FF and C3. RGB value is (181,255,195). Sum of RGB (Red+Green+Blue) = 181+255+195=631 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.68% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 195 (76.56% from 255 or 30.90% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFC3 is #4A003C. Grayscale: #E2E2E2. Windows color (decimal): -4849725 or 12844981. OLE color: 12844981.
HSL color Cylindrical-coordinate representation of color #B5FFC3: hue angle of 131.35º 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 #B5FFC3 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
RGB | 181 | 255 | 195 | - |
CMYK | 0.29 | 0 | 0.24 | 0 |
HSL | 131.35º | 1% | 0.85% | - |
HSV(B) | 131.35º | 0.29% | 1% | - |
XYZ | 64.67 | 85.28 | 64.68 | - |
YUV | 226.03 | 110.48 | 95.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 255 | 195 | 0.29 | 0 | 0.24 | 0 | 131.35 | 1 | 0.85 |
Hex | B5 | FF | C3 | 1D | 0 | 18 | 0 | 83 | 64 | 55 |
Octal | 265 | 377 | 303 | 35 | 0 | 30 | 0 | 203 | 144 | 125 |
Binary | 10110101 | 11111111 | 11000011 | 11101 | 0 | 11000 | 0 | 10000011 | 1100100 | 1010101 |
Color Harmonies of #B5FFC3
Complementary color
Monochromatic Colors of #B5FFC3
Black with #B5FFC3
Text Example
Text Example
White with #B5FFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFC3; }
p { color: rgb(181,255,195); }
H1.HeaderClassName
{
color: #B5FFC3;
}
.AnyTagClassName
{
color: #B5FFC3;
}
</style>
background-color css
<style>
a { background-color: #B5FFC3; }
a { background-color: rgb(181,255,195); }
div.DivClassName
{
background-color: #B5FFC3;
}
.BgClassName
{
background-color: #B5FFC3;
}
</style>
border-color css
<style>
span { border-color: #B5FFC3; }
span { border-color: rgb(181,255,195); }
td.TdClassName
{
border-color: #B5FFC3;
}
.TagClassName
{
border-color: #B5FFC3;
}
</style>