Shades of Green Yellow #BDF944
Tints of Green Yellow #BDF944
RGB
CMYK
RGB Variations
Color information
#BDF944 (or 0xBDF944) is known color: Green Yellow. HEX triplet: BD, F9 and 44. RGB value is (189,249,68). Sum of RGB (Red+Green+Blue) = 189+249+68=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 68 (26.95% from 255 or 13.44% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF944 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF944 is #4206BB. Grayscale: #D3D3D3. Windows color (decimal): -4327100 or 4520381. OLE color: 4520381.
HSL color Cylindrical-coordinate representation of color #BDF944: hue angle of 79.89º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDF944 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 68 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.02 |
| HSL | 79.89º | 0.94% | 0.62% | - |
| HSV(B) | 79.89º | 0.73% | 0.98% | - |
| XYZ | 55.91 | 78.99 | 17.77 | - |
| YUV | 210.43 | 47.62 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 68 | 0.24 | 0 | 0.73 | 0.02 | 79.89 | 0.94 | 0.62 |
| Hex | BD | F9 | 44 | 18 | 0 | 49 | 2 | 50 | 5E | 3E |
| Octal | 275 | 371 | 104 | 30 | 0 | 111 | 2 | 120 | 136 | 76 |
| Binary | 10111101 | 11111001 | 1000100 | 11000 | 0 | 1001001 | 10 | 1010000 | 1011110 | 111110 |
Color Harmonies of #BDF944
Complementary color
Monochromatic Colors of #BDF944
Black with #BDF944
Text Example
Text Example
White with #BDF944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF944; }
p { color: rgb(189,249,68); }
H1.HeaderClassName
{
color: #BDF944;
}
.AnyTagClassName
{
color: #BDF944;
}
</style>
background-color css
<style>
a { background-color: #BDF944; }
a { background-color: rgb(189,249,68); }
div.DivClassName
{
background-color: #BDF944;
}
.BgClassName
{
background-color: #BDF944;
}
</style>
border-color css
<style>
span { border-color: #BDF944; }
span { border-color: rgb(189,249,68); }
td.TdClassName
{
border-color: #BDF944;
}
.TagClassName
{
border-color: #BDF944;
}
</style>