Shades of Conifer #B3FF53
Tints of Conifer #B3FF53
RGB
CMYK
RGB Variations
Color information
#B3FF53 (or 0xB3FF53) is known color: Conifer. HEX triplet: B3, FF and 53. RGB value is (179,255,83). Sum of RGB (Red+Green+Blue) = 179+255+83=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FF53 is #4C00AC. Grayscale: #D5D5D5. Windows color (decimal): -4980909 or 5504947. OLE color: 5504947.
HSL color Cylindrical-coordinate representation of color #B3FF53: hue angle of 86.51º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B3FF53 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 83 | - |
| CMYK | 0.30 | 0 | 0.67 | 0 |
| HSL | 86.51º | 1% | 0.66% | - |
| HSV(B) | 86.51º | 0.67% | 1% | - |
| XYZ | 55.91 | 81.73 | 21.01 | - |
| YUV | 212.67 | 54.82 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 83 | 0.30 | 0 | 0.67 | 0 | 86.51 | 1 | 0.66 |
| Hex | B3 | FF | 53 | 1E | 0 | 43 | 0 | 57 | 64 | 42 |
| Octal | 263 | 377 | 123 | 36 | 0 | 103 | 0 | 127 | 144 | 102 |
| Binary | 10110011 | 11111111 | 1010011 | 11110 | 0 | 1000011 | 0 | 1010111 | 1100100 | 1000010 |
Color Harmonies of #B3FF53
Complementary color
Monochromatic Colors of #B3FF53
Black with #B3FF53
Text Example
Text Example
White with #B3FF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF53; }
p { color: rgb(179,255,83); }
H1.HeaderClassName
{
color: #B3FF53;
}
.AnyTagClassName
{
color: #B3FF53;
}
</style>
background-color css
<style>
a { background-color: #B3FF53; }
a { background-color: rgb(179,255,83); }
div.DivClassName
{
background-color: #B3FF53;
}
.BgClassName
{
background-color: #B3FF53;
}
</style>
border-color css
<style>
span { border-color: #B3FF53; }
span { border-color: rgb(179,255,83); }
td.TdClassName
{
border-color: #B3FF53;
}
.TagClassName
{
border-color: #B3FF53;
}
</style>