Shades of Conifer #BBF345
Tints of Conifer #BBF345
RGB
CMYK
RGB Variations
Color information
#BBF345 (or 0xBBF345) is known color: Conifer. HEX triplet: BB, F3 and 45. RGB value is (187,243,69). Sum of RGB (Red+Green+Blue) = 187+243+69=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF345 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF345 is #440CBA. Grayscale: #CFCFCF. Windows color (decimal): -4459707 or 4584379. OLE color: 4584379.
HSL color Cylindrical-coordinate representation of color #BBF345: hue angle of 79.31º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBF345 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 69 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.05 |
| HSL | 79.31º | 0.88% | 0.61% | - |
| HSV(B) | 79.31º | 0.72% | 0.95% | - |
| XYZ | 53.62 | 75.1 | 17.3 | - |
| YUV | 206.42 | 50.45 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 69 | 0.23 | 0 | 0.72 | 0.05 | 79.31 | 0.88 | 0.61 |
| Hex | BB | F3 | 45 | 17 | 0 | 48 | 5 | 4F | 58 | 3D |
| Octal | 273 | 363 | 105 | 27 | 0 | 110 | 5 | 117 | 130 | 75 |
| Binary | 10111011 | 11110011 | 1000101 | 10111 | 0 | 1001000 | 101 | 1001111 | 1011000 | 111101 |
Color Harmonies of #BBF345
Complementary color
Monochromatic Colors of #BBF345
Black with #BBF345
Text Example
Text Example
White with #BBF345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF345; }
p { color: rgb(187,243,69); }
H1.HeaderClassName
{
color: #BBF345;
}
.AnyTagClassName
{
color: #BBF345;
}
</style>
background-color css
<style>
a { background-color: #BBF345; }
a { background-color: rgb(187,243,69); }
div.DivClassName
{
background-color: #BBF345;
}
.BgClassName
{
background-color: #BBF345;
}
</style>
border-color css
<style>
span { border-color: #BBF345; }
span { border-color: rgb(187,243,69); }
td.TdClassName
{
border-color: #BBF345;
}
.TagClassName
{
border-color: #BBF345;
}
</style>