Shades of Conifer #BBE74D
Tints of Conifer #BBE74D
RGB
CMYK
RGB Variations
Color information
#BBE74D (or 0xBBE74D) is known color: Conifer. HEX triplet: BB, E7 and 4D. RGB value is (187,231,77). Sum of RGB (Red+Green+Blue) = 187+231+77=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 231 (90.62% from 255 or 46.67% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE74D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE74D is #4418B2. Grayscale: #C8C8C8. Windows color (decimal): -4462771 or 5105595. OLE color: 5105595.
HSL color Cylindrical-coordinate representation of color #BBE74D: hue angle of 77.14º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBE74D is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 77 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.09 |
| HSL | 77.14º | 0.76% | 0.6% | - |
| HSV(B) | 77.14º | 0.67% | 0.91% | - |
| XYZ | 50.41 | 68.25 | 17.54 | - |
| YUV | 200.29 | 58.42 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 77 | 0.19 | 0 | 0.67 | 0.09 | 77.14 | 0.76 | 0.6 |
| Hex | BB | E7 | 4D | 13 | 0 | 43 | 9 | 4D | 4C | 3C |
| Octal | 273 | 347 | 115 | 23 | 0 | 103 | 11 | 115 | 114 | 74 |
| Binary | 10111011 | 11100111 | 1001101 | 10011 | 0 | 1000011 | 1001 | 1001101 | 1001100 | 111100 |
Color Harmonies of #BBE74D
Complementary color
Monochromatic Colors of #BBE74D
Black with #BBE74D
Text Example
Text Example
White with #BBE74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE74D; }
p { color: rgb(187,231,77); }
H1.HeaderClassName
{
color: #BBE74D;
}
.AnyTagClassName
{
color: #BBE74D;
}
</style>
background-color css
<style>
a { background-color: #BBE74D; }
a { background-color: rgb(187,231,77); }
div.DivClassName
{
background-color: #BBE74D;
}
.BgClassName
{
background-color: #BBE74D;
}
</style>
border-color css
<style>
span { border-color: #BBE74D; }
span { border-color: rgb(187,231,77); }
td.TdClassName
{
border-color: #BBE74D;
}
.TagClassName
{
border-color: #BBE74D;
}
</style>