Shades of Conifer #BDF24B
Tints of Conifer #BDF24B
RGB
CMYK
RGB Variations
Color information
#BDF24B (or 0xBDF24B) is known color: Conifer. HEX triplet: BD, F2 and 4B. RGB value is (189,242,75). Sum of RGB (Red+Green+Blue) = 189+242+75=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF24B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF24B is #420DB4. Grayscale: #CFCFCF. Windows color (decimal): -4328885 or 4977341. OLE color: 4977341.
HSL color Cylindrical-coordinate representation of color #BDF24B: hue angle of 79.04º degrees, saturation: 0.87, 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 #BDF24B is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 75 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.05 |
| HSL | 79.04º | 0.87% | 0.62% | - |
| HSV(B) | 79.04º | 0.69% | 0.95% | - |
| XYZ | 54.01 | 74.83 | 18.25 | - |
| YUV | 207.12 | 53.44 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 75 | 0.22 | 0 | 0.69 | 0.05 | 79.04 | 0.87 | 0.62 |
| Hex | BD | F2 | 4B | 16 | 0 | 45 | 5 | 4F | 57 | 3E |
| Octal | 275 | 362 | 113 | 26 | 0 | 105 | 5 | 117 | 127 | 76 |
| Binary | 10111101 | 11110010 | 1001011 | 10110 | 0 | 1000101 | 101 | 1001111 | 1010111 | 111110 |
Color Harmonies of #BDF24B
Complementary color
Monochromatic Colors of #BDF24B
Black with #BDF24B
Text Example
Text Example
White with #BDF24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF24B; }
p { color: rgb(189,242,75); }
H1.HeaderClassName
{
color: #BDF24B;
}
.AnyTagClassName
{
color: #BDF24B;
}
</style>
background-color css
<style>
a { background-color: #BDF24B; }
a { background-color: rgb(189,242,75); }
div.DivClassName
{
background-color: #BDF24B;
}
.BgClassName
{
background-color: #BDF24B;
}
</style>
border-color css
<style>
span { border-color: #BDF24B; }
span { border-color: rgb(189,242,75); }
td.TdClassName
{
border-color: #BDF24B;
}
.TagClassName
{
border-color: #BDF24B;
}
</style>