Shades of Green Yellow #BDF93F
Tints of Green Yellow #BDF93F
RGB
CMYK
RGB Variations
Color information
#BDF93F (or 0xBDF93F) is known color: Green Yellow. HEX triplet: BD, F9 and 3F. RGB value is (189,249,63). Sum of RGB (Red+Green+Blue) = 189+249+63=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF93F is #4206C0. Grayscale: #D2D2D2. Windows color (decimal): -4327105 or 4192701. OLE color: 4192701.
HSL color Cylindrical-coordinate representation of color #BDF93F: hue angle of 79.35º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDF93F is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 63 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.02 |
| HSL | 79.35º | 0.94% | 0.61% | - |
| HSV(B) | 79.35º | 0.75% | 0.98% | - |
| XYZ | 55.76 | 78.93 | 17 | - |
| YUV | 209.86 | 45.12 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 63 | 0.24 | 0 | 0.75 | 0.02 | 79.35 | 0.94 | 0.61 |
| Hex | BD | F9 | 3F | 18 | 0 | 4B | 2 | 4F | 5E | 3D |
| Octal | 275 | 371 | 77 | 30 | 0 | 113 | 2 | 117 | 136 | 75 |
| Binary | 10111101 | 11111001 | 111111 | 11000 | 0 | 1001011 | 10 | 1001111 | 1011110 | 111101 |
Color Harmonies of #BDF93F
Complementary color
Monochromatic Colors of #BDF93F
Black with #BDF93F
Text Example
Text Example
White with #BDF93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF93F; }
p { color: rgb(189,249,63); }
H1.HeaderClassName
{
color: #BDF93F;
}
.AnyTagClassName
{
color: #BDF93F;
}
</style>
background-color css
<style>
a { background-color: #BDF93F; }
a { background-color: rgb(189,249,63); }
div.DivClassName
{
background-color: #BDF93F;
}
.BgClassName
{
background-color: #BDF93F;
}
</style>
border-color css
<style>
span { border-color: #BDF93F; }
span { border-color: rgb(189,249,63); }
td.TdClassName
{
border-color: #BDF93F;
}
.TagClassName
{
border-color: #BDF93F;
}
</style>