Shades of Conifer #BBF363
Tints of Conifer #BBF363
RGB
CMYK
RGB Variations
Color information
#BBF363 (or 0xBBF363) is known color: Conifer. HEX triplet: BB, F3 and 63. RGB value is (187,243,99). Sum of RGB (Red+Green+Blue) = 187+243+99=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF363 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF363 is #440C9C. Grayscale: #D2D2D2. Windows color (decimal): -4459677 or 6550459. OLE color: 6550459.
HSL color Cylindrical-coordinate representation of color #BBF363: hue angle of 83.33º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBF363 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 99 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.05 |
| HSL | 83.33º | 0.86% | 0.67% | - |
| HSV(B) | 83.33º | 0.59% | 0.95% | - |
| XYZ | 54.8 | 75.57 | 23.5 | - |
| YUV | 209.84 | 65.45 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 99 | 0.23 | 0 | 0.59 | 0.05 | 83.33 | 0.86 | 0.67 |
| Hex | BB | F3 | 63 | 17 | 0 | 3B | 5 | 53 | 56 | 43 |
| Octal | 273 | 363 | 143 | 27 | 0 | 73 | 5 | 123 | 126 | 103 |
| Binary | 10111011 | 11110011 | 1100011 | 10111 | 0 | 111011 | 101 | 1010011 | 1010110 | 1000011 |
Color Harmonies of #BBF363
Complementary color
Monochromatic Colors of #BBF363
Black with #BBF363
Text Example
Text Example
White with #BBF363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF363; }
p { color: rgb(187,243,99); }
H1.HeaderClassName
{
color: #BBF363;
}
.AnyTagClassName
{
color: #BBF363;
}
</style>
background-color css
<style>
a { background-color: #BBF363; }
a { background-color: rgb(187,243,99); }
div.DivClassName
{
background-color: #BBF363;
}
.BgClassName
{
background-color: #BBF363;
}
</style>
border-color css
<style>
span { border-color: #BBF363; }
span { border-color: rgb(187,243,99); }
td.TdClassName
{
border-color: #BBF363;
}
.TagClassName
{
border-color: #BBF363;
}
</style>