Shades of Conifer #BDFB5C
Tints of Conifer #BDFB5C
RGB
CMYK
RGB Variations
Color information
#BDFB5C (or 0xBDFB5C) is known color: Conifer. HEX triplet: BD, FB and 5C. RGB value is (189,251,92). Sum of RGB (Red+Green+Blue) = 189+251+92=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB5C is #4204A3. Grayscale: #D6D6D6. Windows color (decimal): -4326564 or 6093757. OLE color: 6093757.
HSL color Cylindrical-coordinate representation of color #BDFB5C: hue angle of 83.4º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDFB5C is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 92 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.02 |
| HSL | 83.4º | 0.95% | 0.67% | - |
| HSV(B) | 83.4º | 0.63% | 0.98% | - |
| XYZ | 57.42 | 80.59 | 22.65 | - |
| YUV | 214.34 | 58.96 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 92 | 0.25 | 0 | 0.63 | 0.02 | 83.4 | 0.95 | 0.67 |
| Hex | BD | FB | 5C | 19 | 0 | 3F | 2 | 53 | 5F | 43 |
| Octal | 275 | 373 | 134 | 31 | 0 | 77 | 2 | 123 | 137 | 103 |
| Binary | 10111101 | 11111011 | 1011100 | 11001 | 0 | 111111 | 10 | 1010011 | 1011111 | 1000011 |
Color Harmonies of #BDFB5C
Complementary color
Monochromatic Colors of #BDFB5C
Black with #BDFB5C
Text Example
Text Example
White with #BDFB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB5C; }
p { color: rgb(189,251,92); }
H1.HeaderClassName
{
color: #BDFB5C;
}
.AnyTagClassName
{
color: #BDFB5C;
}
</style>
background-color css
<style>
a { background-color: #BDFB5C; }
a { background-color: rgb(189,251,92); }
div.DivClassName
{
background-color: #BDFB5C;
}
.BgClassName
{
background-color: #BDFB5C;
}
</style>
border-color css
<style>
span { border-color: #BDFB5C; }
span { border-color: rgb(189,251,92); }
td.TdClassName
{
border-color: #BDFB5C;
}
.TagClassName
{
border-color: #BDFB5C;
}
</style>