Shades of Celadon #B5FFB5
Tints of Celadon #B5FFB5
RGB
CMYK
RGB Variations
Color information
#B5FFB5 (or 0xB5FFB5) is known color: Celadon. HEX triplet: B5, FF and B5. RGB value is (181,255,181). Sum of RGB (Red+Green+Blue) = 181+255+181=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 181 (71.09% from 255 or 29.34% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFB5 is #4A004A. Grayscale: #E0E0E0. Windows color (decimal): -4849739 or 11927477. OLE color: 11927477.
HSL color Cylindrical-coordinate representation of color #B5FFB5: hue angle of 120º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FFB5 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 181 | 255 | 181 | - |
CMYK | 0.29 | 0 | 0.29 | 0 |
HSL | 120º | 1% | 0.85% | - |
HSV(B) | 120º | 0.29% | 1% | - |
XYZ | 63.16 | 84.68 | 56.73 | - |
YUV | 224.44 | 103.48 | 97.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 255 | 181 | 0.29 | 0 | 0.29 | 0 | 120 | 1 | 0.85 |
Hex | B5 | FF | B5 | 1D | 0 | 1D | 0 | 78 | 64 | 55 |
Octal | 265 | 377 | 265 | 35 | 0 | 35 | 0 | 170 | 144 | 125 |
Binary | 10110101 | 11111111 | 10110101 | 11101 | 0 | 11101 | 0 | 1111000 | 1100100 | 1010101 |
Color Harmonies of #B5FFB5
Complementary color
Monochromatic Colors of #B5FFB5
Black with #B5FFB5
Text Example
Text Example
White with #B5FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFB5; }
p { color: rgb(181,255,181); }
H1.HeaderClassName
{
color: #B5FFB5;
}
.AnyTagClassName
{
color: #B5FFB5;
}
</style>
background-color css
<style>
a { background-color: #B5FFB5; }
a { background-color: rgb(181,255,181); }
div.DivClassName
{
background-color: #B5FFB5;
}
.BgClassName
{
background-color: #B5FFB5;
}
</style>
border-color css
<style>
span { border-color: #B5FFB5; }
span { border-color: rgb(181,255,181); }
td.TdClassName
{
border-color: #B5FFB5;
}
.TagClassName
{
border-color: #B5FFB5;
}
</style>