Shades of Conifer #BDEF64
Tints of Conifer #BDEF64
RGB
CMYK
RGB Variations
Color information
#BDEF64 (or 0xBDEF64) is known color: Conifer. HEX triplet: BD, EF and 64. RGB value is (189,239,100). Sum of RGB (Red+Green+Blue) = 189+239+100=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF64 is #42109B. Grayscale: #D0D0D0. Windows color (decimal): -4329628 or 6614973. OLE color: 6614973.
HSL color Cylindrical-coordinate representation of color #BDEF64: hue angle of 81.58º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDEF64 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 100 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.06 |
| HSL | 81.58º | 0.81% | 0.66% | - |
| HSV(B) | 81.58º | 0.58% | 0.94% | - |
| XYZ | 54.15 | 73.47 | 23.38 | - |
| YUV | 208.2 | 66.94 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 100 | 0.21 | 0 | 0.58 | 0.06 | 81.58 | 0.81 | 0.66 |
| Hex | BD | EF | 64 | 15 | 0 | 3A | 6 | 52 | 51 | 42 |
| Octal | 275 | 357 | 144 | 25 | 0 | 72 | 6 | 122 | 121 | 102 |
| Binary | 10111101 | 11101111 | 1100100 | 10101 | 0 | 111010 | 110 | 1010010 | 1010001 | 1000010 |
Color Harmonies of #BDEF64
Complementary color
Monochromatic Colors of #BDEF64
Black with #BDEF64
Text Example
Text Example
White with #BDEF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF64; }
p { color: rgb(189,239,100); }
H1.HeaderClassName
{
color: #BDEF64;
}
.AnyTagClassName
{
color: #BDEF64;
}
</style>
background-color css
<style>
a { background-color: #BDEF64; }
a { background-color: rgb(189,239,100); }
div.DivClassName
{
background-color: #BDEF64;
}
.BgClassName
{
background-color: #BDEF64;
}
</style>
border-color css
<style>
span { border-color: #BDEF64; }
span { border-color: rgb(189,239,100); }
td.TdClassName
{
border-color: #BDEF64;
}
.TagClassName
{
border-color: #BDEF64;
}
</style>