Shades of Conifer #BDF255
Tints of Conifer #BDF255
RGB
CMYK
RGB Variations
Color information
#BDF255 (or 0xBDF255) is known color: Conifer. HEX triplet: BD, F2 and 55. RGB value is (189,242,85). Sum of RGB (Red+Green+Blue) = 189+242+85=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF255 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF255 is #420DAA. Grayscale: #D0D0D0. Windows color (decimal): -4328875 or 5632701. OLE color: 5632701.
HSL color Cylindrical-coordinate representation of color #BDF255: hue angle of 80.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDF255 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 85 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.05 |
| HSL | 80.25º | 0.86% | 0.64% | - |
| HSV(B) | 80.25º | 0.65% | 0.95% | - |
| XYZ | 54.38 | 74.98 | 20.2 | - |
| YUV | 208.26 | 58.44 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 85 | 0.22 | 0 | 0.65 | 0.05 | 80.25 | 0.86 | 0.64 |
| Hex | BD | F2 | 55 | 16 | 0 | 41 | 5 | 50 | 56 | 40 |
| Octal | 275 | 362 | 125 | 26 | 0 | 101 | 5 | 120 | 126 | 100 |
| Binary | 10111101 | 11110010 | 1010101 | 10110 | 0 | 1000001 | 101 | 1010000 | 1010110 | 1000000 |
Color Harmonies of #BDF255
Complementary color
Monochromatic Colors of #BDF255
Black with #BDF255
Text Example
Text Example
White with #BDF255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF255; }
p { color: rgb(189,242,85); }
H1.HeaderClassName
{
color: #BDF255;
}
.AnyTagClassName
{
color: #BDF255;
}
</style>
background-color css
<style>
a { background-color: #BDF255; }
a { background-color: rgb(189,242,85); }
div.DivClassName
{
background-color: #BDF255;
}
.BgClassName
{
background-color: #BDF255;
}
</style>
border-color css
<style>
span { border-color: #BDF255; }
span { border-color: rgb(189,242,85); }
td.TdClassName
{
border-color: #BDF255;
}
.TagClassName
{
border-color: #BDF255;
}
</style>