Shades of Conifer #BDEF58
Tints of Conifer #BDEF58
RGB
CMYK
RGB Variations
Color information
#BDEF58 (or 0xBDEF58) is known color: Conifer. HEX triplet: BD, EF and 58. RGB value is (189,239,88). Sum of RGB (Red+Green+Blue) = 189+239+88=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF58 is #4210A7. Grayscale: #CFCFCF. Windows color (decimal): -4329640 or 5828541. OLE color: 5828541.
HSL color Cylindrical-coordinate representation of color #BDEF58: hue angle of 79.87º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDEF58 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 88 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.06 |
| HSL | 79.87º | 0.83% | 0.64% | - |
| HSV(B) | 79.87º | 0.63% | 0.94% | - |
| XYZ | 53.61 | 73.26 | 20.55 | - |
| YUV | 206.84 | 60.94 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 88 | 0.21 | 0 | 0.63 | 0.06 | 79.87 | 0.83 | 0.64 |
| Hex | BD | EF | 58 | 15 | 0 | 3F | 6 | 50 | 53 | 40 |
| Octal | 275 | 357 | 130 | 25 | 0 | 77 | 6 | 120 | 123 | 100 |
| Binary | 10111101 | 11101111 | 1011000 | 10101 | 0 | 111111 | 110 | 1010000 | 1010011 | 1000000 |
Color Harmonies of #BDEF58
Complementary color
Monochromatic Colors of #BDEF58
Black with #BDEF58
Text Example
Text Example
White with #BDEF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF58; }
p { color: rgb(189,239,88); }
H1.HeaderClassName
{
color: #BDEF58;
}
.AnyTagClassName
{
color: #BDEF58;
}
</style>
background-color css
<style>
a { background-color: #BDEF58; }
a { background-color: rgb(189,239,88); }
div.DivClassName
{
background-color: #BDEF58;
}
.BgClassName
{
background-color: #BDEF58;
}
</style>
border-color css
<style>
span { border-color: #BDEF58; }
span { border-color: rgb(189,239,88); }
td.TdClassName
{
border-color: #BDEF58;
}
.TagClassName
{
border-color: #BDEF58;
}
</style>