Shades of Conifer #BDFC4D
Tints of Conifer #BDFC4D
RGB
CMYK
RGB Variations
Color information
#BDFC4D (or 0xBDFC4D) is known color: Conifer. HEX triplet: BD, FC and 4D. RGB value is (189,252,77). Sum of RGB (Red+Green+Blue) = 189+252+77=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 77 (30.47% from 255 or 14.86% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFC4D is #4203B2. Grayscale: #D5D5D5. Windows color (decimal): -4326323 or 5110973. OLE color: 5110973.
HSL color Cylindrical-coordinate representation of color #BDFC4D: hue angle of 81.6º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDFC4D is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
RGB | 189 | 252 | 77 | - |
CMYK | 0.25 | 0 | 0.69 | 0.01 |
HSL | 81.6º | 0.97% | 0.65% | - |
HSV(B) | 81.6º | 0.69% | 0.99% | - |
XYZ | 57.14 | 80.98 | 19.64 | - |
YUV | 213.21 | 51.13 | 110.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 252 | 77 | 0.25 | 0 | 0.69 | 0.01 | 81.6 | 0.97 | 0.65 |
Hex | BD | FC | 4D | 19 | 0 | 45 | 1 | 52 | 61 | 41 |
Octal | 275 | 374 | 115 | 31 | 0 | 105 | 1 | 122 | 141 | 101 |
Binary | 10111101 | 11111100 | 1001101 | 11001 | 0 | 1000101 | 1 | 1010010 | 1100001 | 1000001 |
Color Harmonies of #BDFC4D
Complementary color
Monochromatic Colors of #BDFC4D
Black with #BDFC4D
Text Example
Text Example
White with #BDFC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFC4D; }
p { color: rgb(189,252,77); }
H1.HeaderClassName
{
color: #BDFC4D;
}
.AnyTagClassName
{
color: #BDFC4D;
}
</style>
background-color css
<style>
a { background-color: #BDFC4D; }
a { background-color: rgb(189,252,77); }
div.DivClassName
{
background-color: #BDFC4D;
}
.BgClassName
{
background-color: #BDFC4D;
}
</style>
border-color css
<style>
span { border-color: #BDFC4D; }
span { border-color: rgb(189,252,77); }
td.TdClassName
{
border-color: #BDFC4D;
}
.TagClassName
{
border-color: #BDFC4D;
}
</style>