Shades of Granny Apple #B5F2CA
Tints of Granny Apple #B5F2CA
RGB
CMYK
RGB Variations
Color information
#B5F2CA (or 0xB5F2CA) is known color: Granny Apple. HEX triplet: B5, F2 and CA. RGB value is (181,242,202). Sum of RGB (Red+Green+Blue) = 181+242+202=625 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.96% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F2CA is #4A0D35. Grayscale: #DBDBDB. Windows color (decimal): -4853046 or 13300405. OLE color: 13300405.
HSL color Cylindrical-coordinate representation of color #B5F2CA: hue angle of 140.66º degrees, saturation: 0.7, 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 #B5F2CA is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 202 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.05 |
| HSL | 140.66º | 0.7% | 0.83% | - |
| HSV(B) | 140.66º | 0.25% | 0.95% | - |
| XYZ | 61.47 | 77.59 | 67.61 | - |
| YUV | 219.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 202 | 0.25 | 0 | 0.17 | 0.05 | 140.66 | 0.7 | 0.83 |
| Hex | B5 | F2 | CA | 19 | 0 | 11 | 5 | 8D | 46 | 53 |
| Octal | 265 | 362 | 312 | 31 | 0 | 21 | 5 | 215 | 106 | 123 |
| Binary | 10110101 | 11110010 | 11001010 | 11001 | 0 | 10001 | 101 | 10001101 | 1000110 | 1010011 |
Color Harmonies of #B5F2CA
Complementary color
Monochromatic Colors of #B5F2CA
Black with #B5F2CA
Text Example
Text Example
White with #B5F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F2CA; }
p { color: rgb(181,242,202); }
H1.HeaderClassName
{
color: #B5F2CA;
}
.AnyTagClassName
{
color: #B5F2CA;
}
</style>
background-color css
<style>
a { background-color: #B5F2CA; }
a { background-color: rgb(181,242,202); }
div.DivClassName
{
background-color: #B5F2CA;
}
.BgClassName
{
background-color: #B5F2CA;
}
</style>
border-color css
<style>
span { border-color: #B5F2CA; }
span { border-color: rgb(181,242,202); }
td.TdClassName
{
border-color: #B5F2CA;
}
.TagClassName
{
border-color: #B5F2CA;
}
</style>