Shades of Fringy Flower #B5F7C1
Tints of Fringy Flower #B5F7C1
RGB
CMYK
RGB Variations
Color information
#B5F7C1 (or 0xB5F7C1) is known color: Fringy Flower. HEX triplet: B5, F7 and C1. RGB value is (181,247,193). Sum of RGB (Red+Green+Blue) = 181+247+193=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F7C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F7C1 is #4A083E. Grayscale: #DDDDDD. Windows color (decimal): -4851775 or 12711861. OLE color: 12711861.
HSL color Cylindrical-coordinate representation of color #B5F7C1: hue angle of 130.91º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F7C1 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 247 | 193 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.03 |
| HSL | 130.91º | 0.8% | 0.84% | - |
| HSV(B) | 130.91º | 0.27% | 0.97% | - |
| XYZ | 61.94 | 80.2 | 62.67 | - |
| YUV | 221.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 247 | 193 | 0.27 | 0 | 0.22 | 0.03 | 130.91 | 0.8 | 0.84 |
| Hex | B5 | F7 | C1 | 1B | 0 | 16 | 3 | 83 | 50 | 54 |
| Octal | 265 | 367 | 301 | 33 | 0 | 26 | 3 | 203 | 120 | 124 |
| Binary | 10110101 | 11110111 | 11000001 | 11011 | 0 | 10110 | 11 | 10000011 | 1010000 | 1010100 |
Color Harmonies of #B5F7C1
Complementary color
Monochromatic Colors of #B5F7C1
Black with #B5F7C1
Text Example
Text Example
White with #B5F7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F7C1; }
p { color: rgb(181,247,193); }
H1.HeaderClassName
{
color: #B5F7C1;
}
.AnyTagClassName
{
color: #B5F7C1;
}
</style>
background-color css
<style>
a { background-color: #B5F7C1; }
a { background-color: rgb(181,247,193); }
div.DivClassName
{
background-color: #B5F7C1;
}
.BgClassName
{
background-color: #B5F7C1;
}
</style>
border-color css
<style>
span { border-color: #B5F7C1; }
span { border-color: rgb(181,247,193); }
td.TdClassName
{
border-color: #B5F7C1;
}
.TagClassName
{
border-color: #B5F7C1;
}
</style>