Shades of Celadon #B4F3B4
Tints of Celadon #B4F3B4
RGB
CMYK
RGB Variations
Color information
#B4F3B4 (or 0xB4F3B4) is known color: Celadon. HEX triplet: B4, F3 and B4. RGB value is (180,243,180). Sum of RGB (Red+Green+Blue) = 180+243+180=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F3B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F3B4 is #4B0C4B. Grayscale: #D9D9D9. Windows color (decimal): -4918348 or 11858868. OLE color: 11858868.
HSL color Cylindrical-coordinate representation of color #B4F3B4: hue angle of 120º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4F3B4 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 243 | 180 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.05 |
| HSL | 120º | 0.72% | 0.83% | - |
| HSV(B) | 120º | 0.26% | 0.95% | - |
| XYZ | 59.11 | 77.1 | 54.95 | - |
| YUV | 216.98 | 107.13 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 243 | 180 | 0.26 | 0 | 0.26 | 0.05 | 120 | 0.72 | 0.83 |
| Hex | B4 | F3 | B4 | 1A | 0 | 1A | 5 | 78 | 48 | 53 |
| Octal | 264 | 363 | 264 | 32 | 0 | 32 | 5 | 170 | 110 | 123 |
| Binary | 10110100 | 11110011 | 10110100 | 11010 | 0 | 11010 | 101 | 1111000 | 1001000 | 1010011 |
Color Harmonies of #B4F3B4
Complementary color
Monochromatic Colors of #B4F3B4
Black with #B4F3B4
Text Example
Text Example
White with #B4F3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F3B4; }
p { color: rgb(180,243,180); }
H1.HeaderClassName
{
color: #B4F3B4;
}
.AnyTagClassName
{
color: #B4F3B4;
}
</style>
background-color css
<style>
a { background-color: #B4F3B4; }
a { background-color: rgb(180,243,180); }
div.DivClassName
{
background-color: #B4F3B4;
}
.BgClassName
{
background-color: #B4F3B4;
}
</style>
border-color css
<style>
span { border-color: #B4F3B4; }
span { border-color: rgb(180,243,180); }
td.TdClassName
{
border-color: #B4F3B4;
}
.TagClassName
{
border-color: #B4F3B4;
}
</style>