Shades of Conifer #BDEF55
Tints of Conifer #BDEF55
RGB
CMYK
RGB Variations
Color information
#BDEF55 (or 0xBDEF55) is known color: Conifer. HEX triplet: BD, EF and 55. RGB value is (189,239,85). Sum of RGB (Red+Green+Blue) = 189+239+85=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF55 is #4210AA. Grayscale: #CFCFCF. Windows color (decimal): -4329643 or 5631933. OLE color: 5631933.
HSL color Cylindrical-coordinate representation of color #BDEF55: hue angle of 79.48º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDEF55 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 85 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.06 |
| HSL | 79.48º | 0.83% | 0.64% | - |
| HSV(B) | 79.48º | 0.64% | 0.94% | - |
| XYZ | 53.49 | 73.21 | 19.91 | - |
| YUV | 206.49 | 59.44 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 85 | 0.21 | 0 | 0.64 | 0.06 | 79.48 | 0.83 | 0.64 |
| Hex | BD | EF | 55 | 15 | 0 | 40 | 6 | 4F | 53 | 40 |
| Octal | 275 | 357 | 125 | 25 | 0 | 100 | 6 | 117 | 123 | 100 |
| Binary | 10111101 | 11101111 | 1010101 | 10101 | 0 | 1000000 | 110 | 1001111 | 1010011 | 1000000 |
Color Harmonies of #BDEF55
Complementary color
Monochromatic Colors of #BDEF55
Black with #BDEF55
Text Example
Text Example
White with #BDEF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF55; }
p { color: rgb(189,239,85); }
H1.HeaderClassName
{
color: #BDEF55;
}
.AnyTagClassName
{
color: #BDEF55;
}
</style>
background-color css
<style>
a { background-color: #BDEF55; }
a { background-color: rgb(189,239,85); }
div.DivClassName
{
background-color: #BDEF55;
}
.BgClassName
{
background-color: #BDEF55;
}
</style>
border-color css
<style>
span { border-color: #BDEF55; }
span { border-color: rgb(189,239,85); }
td.TdClassName
{
border-color: #BDEF55;
}
.TagClassName
{
border-color: #BDEF55;
}
</style>