Shades of Conifer #BDF65C
Tints of Conifer #BDF65C
RGB
CMYK
RGB Variations
Color information
#BDF65C (or 0xBDF65C) is known color: Conifer. HEX triplet: BD, F6 and 5C. RGB value is (189,246,92). Sum of RGB (Red+Green+Blue) = 189+246+92=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF65C is #4209A3. Grayscale: #D3D3D3. Windows color (decimal): -4327844 or 6092477. OLE color: 6092477.
HSL color Cylindrical-coordinate representation of color #BDF65C: hue angle of 82.21º 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 #BDF65C is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 92 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.04 |
| HSL | 82.21º | 0.9% | 0.66% | - |
| HSV(B) | 82.21º | 0.63% | 0.96% | - |
| XYZ | 55.87 | 77.5 | 22.14 | - |
| YUV | 211.4 | 60.62 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 92 | 0.23 | 0 | 0.63 | 0.04 | 82.21 | 0.9 | 0.66 |
| Hex | BD | F6 | 5C | 17 | 0 | 3F | 4 | 52 | 5A | 42 |
| Octal | 275 | 366 | 134 | 27 | 0 | 77 | 4 | 122 | 132 | 102 |
| Binary | 10111101 | 11110110 | 1011100 | 10111 | 0 | 111111 | 100 | 1010010 | 1011010 | 1000010 |
Color Harmonies of #BDF65C
Complementary color
Monochromatic Colors of #BDF65C
Black with #BDF65C
Text Example
Text Example
White with #BDF65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF65C; }
p { color: rgb(189,246,92); }
H1.HeaderClassName
{
color: #BDF65C;
}
.AnyTagClassName
{
color: #BDF65C;
}
</style>
background-color css
<style>
a { background-color: #BDF65C; }
a { background-color: rgb(189,246,92); }
div.DivClassName
{
background-color: #BDF65C;
}
.BgClassName
{
background-color: #BDF65C;
}
</style>
border-color css
<style>
span { border-color: #BDF65C; }
span { border-color: rgb(189,246,92); }
td.TdClassName
{
border-color: #BDF65C;
}
.TagClassName
{
border-color: #BDF65C;
}
</style>