Shades of Conifer #BBF362
Tints of Conifer #BBF362
RGB
CMYK
RGB Variations
Color information
#BBF362 (or 0xBBF362) is known color: Conifer. HEX triplet: BB, F3 and 62. RGB value is (187,243,98). Sum of RGB (Red+Green+Blue) = 187+243+98=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 98 (38.67% from 255 or 18.56% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF362 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF362 is #440C9D. Grayscale: #D2D2D2. Windows color (decimal): -4459678 or 6484923. OLE color: 6484923.
HSL color Cylindrical-coordinate representation of color #BBF362: hue angle of 83.17º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBF362 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 98 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.05 |
| HSL | 83.17º | 0.86% | 0.67% | - |
| HSV(B) | 83.17º | 0.6% | 0.95% | - |
| XYZ | 54.75 | 75.55 | 23.25 | - |
| YUV | 209.73 | 64.95 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 98 | 0.23 | 0 | 0.60 | 0.05 | 83.17 | 0.86 | 0.67 |
| Hex | BB | F3 | 62 | 17 | 0 | 3C | 5 | 53 | 56 | 43 |
| Octal | 273 | 363 | 142 | 27 | 0 | 74 | 5 | 123 | 126 | 103 |
| Binary | 10111011 | 11110011 | 1100010 | 10111 | 0 | 111100 | 101 | 1010011 | 1010110 | 1000011 |
Color Harmonies of #BBF362
Complementary color
Monochromatic Colors of #BBF362
Black with #BBF362
Text Example
Text Example
White with #BBF362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF362; }
p { color: rgb(187,243,98); }
H1.HeaderClassName
{
color: #BBF362;
}
.AnyTagClassName
{
color: #BBF362;
}
</style>
background-color css
<style>
a { background-color: #BBF362; }
a { background-color: rgb(187,243,98); }
div.DivClassName
{
background-color: #BBF362;
}
.BgClassName
{
background-color: #BBF362;
}
</style>
border-color css
<style>
span { border-color: #BBF362; }
span { border-color: rgb(187,243,98); }
td.TdClassName
{
border-color: #BBF362;
}
.TagClassName
{
border-color: #BBF362;
}
</style>