Shades of Conifer #BBF253
Tints of Conifer #BBF253
RGB
CMYK
RGB Variations
Color information
#BBF253 (or 0xBBF253) is known color: Conifer. HEX triplet: BB, F2 and 53. RGB value is (187,242,83). Sum of RGB (Red+Green+Blue) = 187+242+83=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF253 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF253 is #440DAC. Grayscale: #D0D0D0. Windows color (decimal): -4459949 or 5501627. OLE color: 5501627.
HSL color Cylindrical-coordinate representation of color #BBF253: hue angle of 80.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBF253 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 83 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.05 |
| HSL | 80.75º | 0.86% | 0.64% | - |
| HSV(B) | 80.75º | 0.66% | 0.95% | - |
| XYZ | 53.81 | 74.69 | 19.76 | - |
| YUV | 207.43 | 57.78 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 83 | 0.23 | 0 | 0.66 | 0.05 | 80.75 | 0.86 | 0.64 |
| Hex | BB | F2 | 53 | 17 | 0 | 42 | 5 | 51 | 56 | 40 |
| Octal | 273 | 362 | 123 | 27 | 0 | 102 | 5 | 121 | 126 | 100 |
| Binary | 10111011 | 11110010 | 1010011 | 10111 | 0 | 1000010 | 101 | 1010001 | 1010110 | 1000000 |
Color Harmonies of #BBF253
Complementary color
Monochromatic Colors of #BBF253
Black with #BBF253
Text Example
Text Example
White with #BBF253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF253; }
p { color: rgb(187,242,83); }
H1.HeaderClassName
{
color: #BBF253;
}
.AnyTagClassName
{
color: #BBF253;
}
</style>
background-color css
<style>
a { background-color: #BBF253; }
a { background-color: rgb(187,242,83); }
div.DivClassName
{
background-color: #BBF253;
}
.BgClassName
{
background-color: #BBF253;
}
</style>
border-color css
<style>
span { border-color: #BBF253; }
span { border-color: rgb(187,242,83); }
td.TdClassName
{
border-color: #BBF253;
}
.TagClassName
{
border-color: #BBF253;
}
</style>