Shades of Granny Apple #B5FCC4
Tints of Granny Apple #B5FCC4
RGB
CMYK
RGB Variations
Color information
#B5FCC4 (or 0xB5FCC4) is known color: Granny Apple. HEX triplet: B5, FC and C4. RGB value is (181,252,196). Sum of RGB (Red+Green+Blue) = 181+252+196=629 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.78% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FCC4 is #4A033B. Grayscale: #E0E0E0. Windows color (decimal): -4850492 or 12909749. OLE color: 12909749.
HSL color Cylindrical-coordinate representation of color #B5FCC4: hue angle of 132.68º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FCC4 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 252 | 196 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.01 |
| HSL | 132.68º | 0.92% | 0.85% | - |
| HSV(B) | 132.68º | 0.28% | 0.99% | - |
| XYZ | 63.83 | 83.43 | 64.96 | - |
| YUV | 224.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 252 | 196 | 0.28 | 0 | 0.22 | 0.01 | 132.68 | 0.92 | 0.85 |
| Hex | B5 | FC | C4 | 1C | 0 | 16 | 1 | 85 | 5C | 55 |
| Octal | 265 | 374 | 304 | 34 | 0 | 26 | 1 | 205 | 134 | 125 |
| Binary | 10110101 | 11111100 | 11000100 | 11100 | 0 | 10110 | 1 | 10000101 | 1011100 | 1010101 |
Color Harmonies of #B5FCC4
Complementary color
Monochromatic Colors of #B5FCC4
Black with #B5FCC4
Text Example
Text Example
White with #B5FCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FCC4; }
p { color: rgb(181,252,196); }
H1.HeaderClassName
{
color: #B5FCC4;
}
.AnyTagClassName
{
color: #B5FCC4;
}
</style>
background-color css
<style>
a { background-color: #B5FCC4; }
a { background-color: rgb(181,252,196); }
div.DivClassName
{
background-color: #B5FCC4;
}
.BgClassName
{
background-color: #B5FCC4;
}
</style>
border-color css
<style>
span { border-color: #B5FCC4; }
span { border-color: rgb(181,252,196); }
td.TdClassName
{
border-color: #B5FCC4;
}
.TagClassName
{
border-color: #B5FCC4;
}
</style>