Shades of Granny Apple #B3FDC4
Tints of Granny Apple #B3FDC4
RGB
CMYK
RGB Variations
Color information
#B3FDC4 (or 0xB3FDC4) is known color: Granny Apple. HEX triplet: B3, FD and C4. RGB value is (179,253,196). Sum of RGB (Red+Green+Blue) = 179+253+196=628 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.50% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FDC4 is #4C023B. Grayscale: #E0E0E0. Windows color (decimal): -4981308 or 12910003. OLE color: 12910003.
HSL color Cylindrical-coordinate representation of color #B3FDC4: hue angle of 133.78º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FDC4 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 253 | 196 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.01 |
| HSL | 133.78º | 0.95% | 0.85% | - |
| HSV(B) | 133.78º | 0.29% | 0.99% | - |
| XYZ | 63.68 | 83.82 | 65.05 | - |
| YUV | 224.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 253 | 196 | 0.29 | 0 | 0.23 | 0.01 | 133.78 | 0.95 | 0.85 |
| Hex | B3 | FD | C4 | 1D | 0 | 17 | 1 | 86 | 5F | 55 |
| Octal | 263 | 375 | 304 | 35 | 0 | 27 | 1 | 206 | 137 | 125 |
| Binary | 10110011 | 11111101 | 11000100 | 11101 | 0 | 10111 | 1 | 10000110 | 1011111 | 1010101 |
Color Harmonies of #B3FDC4
Complementary color
Monochromatic Colors of #B3FDC4
Black with #B3FDC4
Text Example
Text Example
White with #B3FDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FDC4; }
p { color: rgb(179,253,196); }
H1.HeaderClassName
{
color: #B3FDC4;
}
.AnyTagClassName
{
color: #B3FDC4;
}
</style>
background-color css
<style>
a { background-color: #B3FDC4; }
a { background-color: rgb(179,253,196); }
div.DivClassName
{
background-color: #B3FDC4;
}
.BgClassName
{
background-color: #B3FDC4;
}
</style>
border-color css
<style>
span { border-color: #B3FDC4; }
span { border-color: rgb(179,253,196); }
td.TdClassName
{
border-color: #B3FDC4;
}
.TagClassName
{
border-color: #B3FDC4;
}
</style>