Shades of Conifer #BBF258
Tints of Conifer #BBF258
RGB
CMYK
RGB Variations
Color information
#BBF258 (or 0xBBF258) is known color: Conifer. HEX triplet: BB, F2 and 58. RGB value is (187,242,88). Sum of RGB (Red+Green+Blue) = 187+242+88=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 88 (34.77% from 255 or 17.02% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF258 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF258 is #440DA7. Grayscale: #D0D0D0. Windows color (decimal): -4459944 or 5829307. OLE color: 5829307.
HSL color Cylindrical-coordinate representation of color #BBF258: hue angle of 81.43º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBF258 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 88 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.05 |
| HSL | 81.43º | 0.86% | 0.65% | - |
| HSV(B) | 81.43º | 0.64% | 0.95% | - |
| XYZ | 54.01 | 74.77 | 20.82 | - |
| YUV | 208 | 60.28 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 88 | 0.23 | 0 | 0.64 | 0.05 | 81.43 | 0.86 | 0.65 |
| Hex | BB | F2 | 58 | 17 | 0 | 40 | 5 | 51 | 56 | 41 |
| Octal | 273 | 362 | 130 | 27 | 0 | 100 | 5 | 121 | 126 | 101 |
| Binary | 10111011 | 11110010 | 1011000 | 10111 | 0 | 1000000 | 101 | 1010001 | 1010110 | 1000001 |
Color Harmonies of #BBF258
Complementary color
Monochromatic Colors of #BBF258
Black with #BBF258
Text Example
Text Example
White with #BBF258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF258; }
p { color: rgb(187,242,88); }
H1.HeaderClassName
{
color: #BBF258;
}
.AnyTagClassName
{
color: #BBF258;
}
</style>
background-color css
<style>
a { background-color: #BBF258; }
a { background-color: rgb(187,242,88); }
div.DivClassName
{
background-color: #BBF258;
}
.BgClassName
{
background-color: #BBF258;
}
</style>
border-color css
<style>
span { border-color: #BBF258; }
span { border-color: rgb(187,242,88); }
td.TdClassName
{
border-color: #BBF258;
}
.TagClassName
{
border-color: #BBF258;
}
</style>