Shades of Conifer #BBF74A
Tints of Conifer #BBF74A
RGB
CMYK
RGB Variations
Color information
#BBF74A (or 0xBBF74A) is known color: Conifer. HEX triplet: BB, F7 and 4A. RGB value is (187,247,74). Sum of RGB (Red+Green+Blue) = 187+247+74=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 74 (29.30% from 255 or 14.57% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF74A is #4408B5. Grayscale: #D1D1D1. Windows color (decimal): -4458678 or 4913083. OLE color: 4913083.
HSL color Cylindrical-coordinate representation of color #BBF74A: hue angle of 80.81º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBF74A is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 74 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.03 |
| HSL | 80.81º | 0.92% | 0.63% | - |
| HSV(B) | 80.81º | 0.7% | 0.97% | - |
| XYZ | 54.99 | 77.58 | 18.55 | - |
| YUV | 209.34 | 51.62 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 74 | 0.24 | 0 | 0.70 | 0.03 | 80.81 | 0.92 | 0.63 |
| Hex | BB | F7 | 4A | 18 | 0 | 46 | 3 | 51 | 5C | 3F |
| Octal | 273 | 367 | 112 | 30 | 0 | 106 | 3 | 121 | 134 | 77 |
| Binary | 10111011 | 11110111 | 1001010 | 11000 | 0 | 1000110 | 11 | 1010001 | 1011100 | 111111 |
Color Harmonies of #BBF74A
Complementary color
Monochromatic Colors of #BBF74A
Black with #BBF74A
Text Example
Text Example
White with #BBF74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF74A; }
p { color: rgb(187,247,74); }
H1.HeaderClassName
{
color: #BBF74A;
}
.AnyTagClassName
{
color: #BBF74A;
}
</style>
background-color css
<style>
a { background-color: #BBF74A; }
a { background-color: rgb(187,247,74); }
div.DivClassName
{
background-color: #BBF74A;
}
.BgClassName
{
background-color: #BBF74A;
}
</style>
border-color css
<style>
span { border-color: #BBF74A; }
span { border-color: rgb(187,247,74); }
td.TdClassName
{
border-color: #BBF74A;
}
.TagClassName
{
border-color: #BBF74A;
}
</style>