Shades of Conifer #BDF24C
Tints of Conifer #BDF24C
RGB
CMYK
RGB Variations
Color information
#BDF24C (or 0xBDF24C) is known color: Conifer. HEX triplet: BD, F2 and 4C. RGB value is (189,242,76). Sum of RGB (Red+Green+Blue) = 189+242+76=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF24C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF24C is #420DB3. Grayscale: #CFCFCF. Windows color (decimal): -4328884 or 5042877. OLE color: 5042877.
HSL color Cylindrical-coordinate representation of color #BDF24C: hue angle of 79.16º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDF24C is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 76 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.05 |
| HSL | 79.16º | 0.86% | 0.62% | - |
| HSV(B) | 79.16º | 0.69% | 0.95% | - |
| XYZ | 54.04 | 74.84 | 18.44 | - |
| YUV | 207.23 | 53.94 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 76 | 0.22 | 0 | 0.69 | 0.05 | 79.16 | 0.86 | 0.62 |
| Hex | BD | F2 | 4C | 16 | 0 | 45 | 5 | 4F | 56 | 3E |
| Octal | 275 | 362 | 114 | 26 | 0 | 105 | 5 | 117 | 126 | 76 |
| Binary | 10111101 | 11110010 | 1001100 | 10110 | 0 | 1000101 | 101 | 1001111 | 1010110 | 111110 |
Color Harmonies of #BDF24C
Complementary color
Monochromatic Colors of #BDF24C
Black with #BDF24C
Text Example
Text Example
White with #BDF24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF24C; }
p { color: rgb(189,242,76); }
H1.HeaderClassName
{
color: #BDF24C;
}
.AnyTagClassName
{
color: #BDF24C;
}
</style>
background-color css
<style>
a { background-color: #BDF24C; }
a { background-color: rgb(189,242,76); }
div.DivClassName
{
background-color: #BDF24C;
}
.BgClassName
{
background-color: #BDF24C;
}
</style>
border-color css
<style>
span { border-color: #BDF24C; }
span { border-color: rgb(189,242,76); }
td.TdClassName
{
border-color: #BDF24C;
}
.TagClassName
{
border-color: #BDF24C;
}
</style>