Shades of Granny Apple #B5F1CA
Tints of Granny Apple #B5F1CA
RGB
CMYK
RGB Variations
Color information
#B5F1CA (or 0xB5F1CA) is known color: Granny Apple. HEX triplet: B5, F1 and CA. RGB value is (181,241,202). Sum of RGB (Red+Green+Blue) = 181+241+202=624 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.01% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F1CA is #4A0E35. Grayscale: #DADADA. Windows color (decimal): -4853302 or 13300149. OLE color: 13300149.
HSL color Cylindrical-coordinate representation of color #B5F1CA: hue angle of 141º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F1CA is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 241 | 202 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.05 |
| HSL | 141º | 0.68% | 0.83% | - |
| HSV(B) | 141º | 0.25% | 0.95% | - |
| XYZ | 61.17 | 77 | 67.52 | - |
| YUV | 218.61 | 118.62 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 241 | 202 | 0.25 | 0 | 0.16 | 0.05 | 141 | 0.68 | 0.83 |
| Hex | B5 | F1 | CA | 19 | 0 | 10 | 5 | 8D | 44 | 53 |
| Octal | 265 | 361 | 312 | 31 | 0 | 20 | 5 | 215 | 104 | 123 |
| Binary | 10110101 | 11110001 | 11001010 | 11001 | 0 | 10000 | 101 | 10001101 | 1000100 | 1010011 |
Color Harmonies of #B5F1CA
Complementary color
Monochromatic Colors of #B5F1CA
Black with #B5F1CA
Text Example
Text Example
White with #B5F1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F1CA; }
p { color: rgb(181,241,202); }
H1.HeaderClassName
{
color: #B5F1CA;
}
.AnyTagClassName
{
color: #B5F1CA;
}
</style>
background-color css
<style>
a { background-color: #B5F1CA; }
a { background-color: rgb(181,241,202); }
div.DivClassName
{
background-color: #B5F1CA;
}
.BgClassName
{
background-color: #B5F1CA;
}
</style>
border-color css
<style>
span { border-color: #B5F1CA; }
span { border-color: rgb(181,241,202); }
td.TdClassName
{
border-color: #B5F1CA;
}
.TagClassName
{
border-color: #B5F1CA;
}
</style>