Shades of Conifer #BBF65C
Tints of Conifer #BBF65C
RGB
CMYK
RGB Variations
Color information
#BBF65C (or 0xBBF65C) is known color: Conifer. HEX triplet: BB, F6 and 5C. RGB value is (187,246,92). Sum of RGB (Red+Green+Blue) = 187+246+92=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF65C is #4409A3. Grayscale: #D3D3D3. Windows color (decimal): -4458916 or 6092475. OLE color: 6092475.
HSL color Cylindrical-coordinate representation of color #BBF65C: hue angle of 82.99º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBF65C is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 92 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.04 |
| HSL | 82.99º | 0.9% | 0.66% | - |
| HSV(B) | 82.99º | 0.63% | 0.96% | - |
| XYZ | 55.38 | 77.25 | 22.12 | - |
| YUV | 210.8 | 60.95 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 92 | 0.24 | 0 | 0.63 | 0.04 | 82.99 | 0.9 | 0.66 |
| Hex | BB | F6 | 5C | 18 | 0 | 3F | 4 | 53 | 5A | 42 |
| Octal | 273 | 366 | 134 | 30 | 0 | 77 | 4 | 123 | 132 | 102 |
| Binary | 10111011 | 11110110 | 1011100 | 11000 | 0 | 111111 | 100 | 1010011 | 1011010 | 1000010 |
Color Harmonies of #BBF65C
Complementary color
Monochromatic Colors of #BBF65C
Black with #BBF65C
Text Example
Text Example
White with #BBF65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF65C; }
p { color: rgb(187,246,92); }
H1.HeaderClassName
{
color: #BBF65C;
}
.AnyTagClassName
{
color: #BBF65C;
}
</style>
background-color css
<style>
a { background-color: #BBF65C; }
a { background-color: rgb(187,246,92); }
div.DivClassName
{
background-color: #BBF65C;
}
.BgClassName
{
background-color: #BBF65C;
}
</style>
border-color css
<style>
span { border-color: #BBF65C; }
span { border-color: rgb(187,246,92); }
td.TdClassName
{
border-color: #BBF65C;
}
.TagClassName
{
border-color: #BBF65C;
}
</style>