Shades of Granny Apple #B5EFCA
Tints of Granny Apple #B5EFCA
RGB
CMYK
RGB Variations
Color information
#B5EFCA (or 0xB5EFCA) is known color: Granny Apple. HEX triplet: B5, EF and CA. RGB value is (181,239,202). Sum of RGB (Red+Green+Blue) = 181+239+202=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFCA is #4A1035. Grayscale: #D9D9D9. Windows color (decimal): -4853814 or 13299637. OLE color: 13299637.
HSL color Cylindrical-coordinate representation of color #B5EFCA: hue angle of 141.72º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EFCA is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
RGB | 181 | 239 | 202 | - |
CMYK | 0.24 | 0 | 0.15 | 0.06 |
HSL | 141.72º | 0.64% | 0.82% | - |
HSV(B) | 141.72º | 0.24% | 0.94% | - |
XYZ | 60.58 | 75.82 | 67.32 | - |
YUV | 217.44 | 119.28 | 102.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 239 | 202 | 0.24 | 0 | 0.15 | 0.06 | 141.72 | 0.64 | 0.82 |
Hex | B5 | EF | CA | 18 | 0 | F | 6 | 8E | 40 | 52 |
Octal | 265 | 357 | 312 | 30 | 0 | 17 | 6 | 216 | 100 | 122 |
Binary | 10110101 | 11101111 | 11001010 | 11000 | 0 | 1111 | 110 | 10001110 | 1000000 | 1010010 |
Color Harmonies of #B5EFCA
Complementary color
Monochromatic Colors of #B5EFCA
Black with #B5EFCA
Text Example
Text Example
White with #B5EFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EFCA; }
p { color: rgb(181,239,202); }
H1.HeaderClassName
{
color: #B5EFCA;
}
.AnyTagClassName
{
color: #B5EFCA;
}
</style>
background-color css
<style>
a { background-color: #B5EFCA; }
a { background-color: rgb(181,239,202); }
div.DivClassName
{
background-color: #B5EFCA;
}
.BgClassName
{
background-color: #B5EFCA;
}
</style>
border-color css
<style>
span { border-color: #B5EFCA; }
span { border-color: rgb(181,239,202); }
td.TdClassName
{
border-color: #B5EFCA;
}
.TagClassName
{
border-color: #B5EFCA;
}
</style>