Shades of Celadon #B5FAB5
Tints of Celadon #B5FAB5
RGB
CMYK
RGB Variations
Color information
#B5FAB5 (or 0xB5FAB5) is known color: Celadon. HEX triplet: B5, FA and B5. RGB value is (181,250,181). Sum of RGB (Red+Green+Blue) = 181+250+181=612 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.58% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FAB5 is #4A054A. Grayscale: #DDDDDD. Windows color (decimal): -4851019 or 11926197. OLE color: 11926197.
HSL color Cylindrical-coordinate representation of color #B5FAB5: hue angle of 120º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FAB5 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
RGB | 181 | 250 | 181 | - |
CMYK | 0.28 | 0 | 0.28 | 0.02 |
HSL | 120º | 0.87% | 0.85% | - |
HSV(B) | 120º | 0.28% | 0.98% | - |
XYZ | 61.58 | 81.53 | 56.21 | - |
YUV | 221.5 | 105.14 | 99.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 250 | 181 | 0.28 | 0 | 0.28 | 0.02 | 120 | 0.87 | 0.85 |
Hex | B5 | FA | B5 | 1C | 0 | 1C | 2 | 78 | 57 | 55 |
Octal | 265 | 372 | 265 | 34 | 0 | 34 | 2 | 170 | 127 | 125 |
Binary | 10110101 | 11111010 | 10110101 | 11100 | 0 | 11100 | 10 | 1111000 | 1010111 | 1010101 |
Color Harmonies of #B5FAB5
Complementary color
Monochromatic Colors of #B5FAB5
Black with #B5FAB5
Text Example
Text Example
White with #B5FAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FAB5; }
p { color: rgb(181,250,181); }
H1.HeaderClassName
{
color: #B5FAB5;
}
.AnyTagClassName
{
color: #B5FAB5;
}
</style>
background-color css
<style>
a { background-color: #B5FAB5; }
a { background-color: rgb(181,250,181); }
div.DivClassName
{
background-color: #B5FAB5;
}
.BgClassName
{
background-color: #B5FAB5;
}
</style>
border-color css
<style>
span { border-color: #B5FAB5; }
span { border-color: rgb(181,250,181); }
td.TdClassName
{
border-color: #B5FAB5;
}
.TagClassName
{
border-color: #B5FAB5;
}
</style>