Shades of Conifer #BDFB57
Tints of Conifer #BDFB57
RGB
CMYK
RGB Variations
Color information
#BDFB57 (or 0xBDFB57) is known color: Conifer. HEX triplet: BD, FB and 57. RGB value is (189,251,87). Sum of RGB (Red+Green+Blue) = 189+251+87=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 87 (34.38% from 255 or 16.51% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB57 is #4204A8. Grayscale: #D6D6D6. Windows color (decimal): -4326569 or 5766077. OLE color: 5766077.
HSL color Cylindrical-coordinate representation of color #BDFB57: hue angle of 82.68º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDFB57 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 87 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.02 |
| HSL | 82.68º | 0.95% | 0.66% | - |
| HSV(B) | 82.68º | 0.65% | 0.98% | - |
| XYZ | 57.2 | 80.5 | 21.54 | - |
| YUV | 213.77 | 56.46 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 87 | 0.25 | 0 | 0.65 | 0.02 | 82.68 | 0.95 | 0.66 |
| Hex | BD | FB | 57 | 19 | 0 | 41 | 2 | 53 | 5F | 42 |
| Octal | 275 | 373 | 127 | 31 | 0 | 101 | 2 | 123 | 137 | 102 |
| Binary | 10111101 | 11111011 | 1010111 | 11001 | 0 | 1000001 | 10 | 1010011 | 1011111 | 1000010 |
Color Harmonies of #BDFB57
Complementary color
Monochromatic Colors of #BDFB57
Black with #BDFB57
Text Example
Text Example
White with #BDFB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB57; }
p { color: rgb(189,251,87); }
H1.HeaderClassName
{
color: #BDFB57;
}
.AnyTagClassName
{
color: #BDFB57;
}
</style>
background-color css
<style>
a { background-color: #BDFB57; }
a { background-color: rgb(189,251,87); }
div.DivClassName
{
background-color: #BDFB57;
}
.BgClassName
{
background-color: #BDFB57;
}
</style>
border-color css
<style>
span { border-color: #BDFB57; }
span { border-color: rgb(189,251,87); }
td.TdClassName
{
border-color: #BDFB57;
}
.TagClassName
{
border-color: #BDFB57;
}
</style>