Shades of Green Yellow #BDF93D
Tints of Green Yellow #BDF93D
RGB
CMYK
RGB Variations
Color information
#BDF93D (or 0xBDF93D) is known color: Green Yellow. HEX triplet: BD, F9 and 3D. RGB value is (189,249,61). Sum of RGB (Red+Green+Blue) = 189+249+61=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 61 (24.22% from 255 or 12.22% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF93D is #4206C2. Grayscale: #D2D2D2. Windows color (decimal): -4327107 or 4061629. OLE color: 4061629.
HSL color Cylindrical-coordinate representation of color #BDF93D: hue angle of 79.15º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDF93D is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 61 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.02 |
| HSL | 79.15º | 0.94% | 0.61% | - |
| HSV(B) | 79.15º | 0.76% | 0.98% | - |
| XYZ | 55.7 | 78.91 | 16.71 | - |
| YUV | 209.63 | 44.12 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 61 | 0.24 | 0 | 0.76 | 0.02 | 79.15 | 0.94 | 0.61 |
| Hex | BD | F9 | 3D | 18 | 0 | 4C | 2 | 4F | 5E | 3D |
| Octal | 275 | 371 | 75 | 30 | 0 | 114 | 2 | 117 | 136 | 75 |
| Binary | 10111101 | 11111001 | 111101 | 11000 | 0 | 1001100 | 10 | 1001111 | 1011110 | 111101 |
Color Harmonies of #BDF93D
Complementary color
Monochromatic Colors of #BDF93D
Black with #BDF93D
Text Example
Text Example
White with #BDF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF93D; }
p { color: rgb(189,249,61); }
H1.HeaderClassName
{
color: #BDF93D;
}
.AnyTagClassName
{
color: #BDF93D;
}
</style>
background-color css
<style>
a { background-color: #BDF93D; }
a { background-color: rgb(189,249,61); }
div.DivClassName
{
background-color: #BDF93D;
}
.BgClassName
{
background-color: #BDF93D;
}
</style>
border-color css
<style>
span { border-color: #BDF93D; }
span { border-color: rgb(189,249,61); }
td.TdClassName
{
border-color: #BDF93D;
}
.TagClassName
{
border-color: #BDF93D;
}
</style>