Shades of Conifer #BBF758
Tints of Conifer #BBF758
RGB
CMYK
RGB Variations
Color information
#BBF758 (or 0xBBF758) is known color: Conifer. HEX triplet: BB, F7 and 58. RGB value is (187,247,88). Sum of RGB (Red+Green+Blue) = 187+247+88=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 247 (96.88% from 255 or 47.32% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF758 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF758 is #4408A7. Grayscale: #D3D3D3. Windows color (decimal): -4458664 or 5830587. OLE color: 5830587.
HSL color Cylindrical-coordinate representation of color #BBF758: hue angle of 82.64º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBF758 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 88 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.03 |
| HSL | 82.64º | 0.91% | 0.66% | - |
| HSV(B) | 82.64º | 0.64% | 0.97% | - |
| XYZ | 55.52 | 77.79 | 21.32 | - |
| YUV | 210.93 | 58.62 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 88 | 0.24 | 0 | 0.64 | 0.03 | 82.64 | 0.91 | 0.66 |
| Hex | BB | F7 | 58 | 18 | 0 | 40 | 3 | 53 | 5B | 42 |
| Octal | 273 | 367 | 130 | 30 | 0 | 100 | 3 | 123 | 133 | 102 |
| Binary | 10111011 | 11110111 | 1011000 | 11000 | 0 | 1000000 | 11 | 1010011 | 1011011 | 1000010 |
Color Harmonies of #BBF758
Complementary color
Monochromatic Colors of #BBF758
Black with #BBF758
Text Example
Text Example
White with #BBF758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF758; }
p { color: rgb(187,247,88); }
H1.HeaderClassName
{
color: #BBF758;
}
.AnyTagClassName
{
color: #BBF758;
}
</style>
background-color css
<style>
a { background-color: #BBF758; }
a { background-color: rgb(187,247,88); }
div.DivClassName
{
background-color: #BBF758;
}
.BgClassName
{
background-color: #BBF758;
}
</style>
border-color css
<style>
span { border-color: #BBF758; }
span { border-color: rgb(187,247,88); }
td.TdClassName
{
border-color: #BBF758;
}
.TagClassName
{
border-color: #BBF758;
}
</style>