Shades of Celadon #B5F1B4
Tints of Celadon #B5F1B4
RGB
CMYK
RGB Variations
Color information
#B5F1B4 (or 0xB5F1B4) is known color: Celadon. HEX triplet: B5, F1 and B4. RGB value is (181,241,180). Sum of RGB (Red+Green+Blue) = 181+241+180=602 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.07% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F1B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F1B4 is #4A0E4B. Grayscale: #D8D8D8. Windows color (decimal): -4853324 or 11858357. OLE color: 11858357.
HSL color Cylindrical-coordinate representation of color #B5F1B4: hue angle of 119.02º degrees, saturation: 0.69, 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 #B5F1B4 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 241 | 180 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.05 |
| HSL | 119.02º | 0.69% | 0.83% | - |
| HSV(B) | 119.02º | 0.25% | 0.95% | - |
| XYZ | 58.75 | 76.03 | 54.76 | - |
| YUV | 216.11 | 107.62 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 241 | 180 | 0.25 | 0 | 0.25 | 0.05 | 119.02 | 0.69 | 0.83 |
| Hex | B5 | F1 | B4 | 19 | 0 | 19 | 5 | 77 | 45 | 53 |
| Octal | 265 | 361 | 264 | 31 | 0 | 31 | 5 | 167 | 105 | 123 |
| Binary | 10110101 | 11110001 | 10110100 | 11001 | 0 | 11001 | 101 | 1110111 | 1000101 | 1010011 |
Color Harmonies of #B5F1B4
Complementary color
Monochromatic Colors of #B5F1B4
Black with #B5F1B4
Text Example
Text Example
White with #B5F1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F1B4; }
p { color: rgb(181,241,180); }
H1.HeaderClassName
{
color: #B5F1B4;
}
.AnyTagClassName
{
color: #B5F1B4;
}
</style>
background-color css
<style>
a { background-color: #B5F1B4; }
a { background-color: rgb(181,241,180); }
div.DivClassName
{
background-color: #B5F1B4;
}
.BgClassName
{
background-color: #B5F1B4;
}
</style>
border-color css
<style>
span { border-color: #B5F1B4; }
span { border-color: rgb(181,241,180); }
td.TdClassName
{
border-color: #B5F1B4;
}
.TagClassName
{
border-color: #B5F1B4;
}
</style>