Shades of Conifer #BDF264
Tints of Conifer #BDF264
RGB
CMYK
RGB Variations
Color information
#BDF264 (or 0xBDF264) is known color: Conifer. HEX triplet: BD, F2 and 64. RGB value is (189,242,100). Sum of RGB (Red+Green+Blue) = 189+242+100=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF264 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF264 is #420D9B. Grayscale: #D2D2D2. Windows color (decimal): -4328860 or 6615741. OLE color: 6615741.
HSL color Cylindrical-coordinate representation of color #BDF264: hue angle of 82.39º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDF264 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 100 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.05 |
| HSL | 82.39º | 0.85% | 0.67% | - |
| HSV(B) | 82.39º | 0.59% | 0.95% | - |
| XYZ | 55.04 | 75.24 | 23.68 | - |
| YUV | 209.97 | 65.94 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 100 | 0.22 | 0 | 0.59 | 0.05 | 82.39 | 0.85 | 0.67 |
| Hex | BD | F2 | 64 | 16 | 0 | 3B | 5 | 52 | 55 | 43 |
| Octal | 275 | 362 | 144 | 26 | 0 | 73 | 5 | 122 | 125 | 103 |
| Binary | 10111101 | 11110010 | 1100100 | 10110 | 0 | 111011 | 101 | 1010010 | 1010101 | 1000011 |
Color Harmonies of #BDF264
Complementary color
Monochromatic Colors of #BDF264
Black with #BDF264
Text Example
Text Example
White with #BDF264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF264; }
p { color: rgb(189,242,100); }
H1.HeaderClassName
{
color: #BDF264;
}
.AnyTagClassName
{
color: #BDF264;
}
</style>
background-color css
<style>
a { background-color: #BDF264; }
a { background-color: rgb(189,242,100); }
div.DivClassName
{
background-color: #BDF264;
}
.BgClassName
{
background-color: #BDF264;
}
</style>
border-color css
<style>
span { border-color: #BDF264; }
span { border-color: rgb(189,242,100); }
td.TdClassName
{
border-color: #BDF264;
}
.TagClassName
{
border-color: #BDF264;
}
</style>