Shades of Celadon #B5EFB4
Tints of Celadon #B5EFB4
RGB
CMYK
RGB Variations
Color information
#B5EFB4 (or 0xB5EFB4) is known color: Celadon. HEX triplet: B5, EF and B4. RGB value is (181,239,180). Sum of RGB (Red+Green+Blue) = 181+239+180=600 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.17% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFB4 is #4A104B. Grayscale: #D7D7D7. Windows color (decimal): -4853836 or 11857845. OLE color: 11857845.
HSL color Cylindrical-coordinate representation of color #B5EFB4: hue angle of 118.98º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5EFB4 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 239 | 180 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.06 |
| HSL | 118.98º | 0.65% | 0.82% | - |
| HSV(B) | 118.98º | 0.25% | 0.94% | - |
| XYZ | 58.16 | 74.85 | 54.56 | - |
| YUV | 214.93 | 108.28 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 239 | 180 | 0.24 | 0 | 0.25 | 0.06 | 118.98 | 0.65 | 0.82 |
| Hex | B5 | EF | B4 | 18 | 0 | 19 | 6 | 77 | 41 | 52 |
| Octal | 265 | 357 | 264 | 30 | 0 | 31 | 6 | 167 | 101 | 122 |
| Binary | 10110101 | 11101111 | 10110100 | 11000 | 0 | 11001 | 110 | 1110111 | 1000001 | 1010010 |
Color Harmonies of #B5EFB4
Complementary color
Monochromatic Colors of #B5EFB4
Black with #B5EFB4
Text Example
Text Example
White with #B5EFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EFB4; }
p { color: rgb(181,239,180); }
H1.HeaderClassName
{
color: #B5EFB4;
}
.AnyTagClassName
{
color: #B5EFB4;
}
</style>
background-color css
<style>
a { background-color: #B5EFB4; }
a { background-color: rgb(181,239,180); }
div.DivClassName
{
background-color: #B5EFB4;
}
.BgClassName
{
background-color: #B5EFB4;
}
</style>
border-color css
<style>
span { border-color: #B5EFB4; }
span { border-color: rgb(181,239,180); }
td.TdClassName
{
border-color: #B5EFB4;
}
.TagClassName
{
border-color: #B5EFB4;
}
</style>