Shades of Green Yellow #BDF13A
Tints of Green Yellow #BDF13A
RGB
CMYK
RGB Variations
Color information
#BDF13A (or 0xBDF13A) is known color: Green Yellow. HEX triplet: BD, F1 and 3A. RGB value is (189,241,58). Sum of RGB (Red+Green+Blue) = 189+241+58=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 58 (23.05% from 255 or 11.89% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF13A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF13A is #420EC5. Grayscale: #CDCDCD. Windows color (decimal): -4329158 or 3862973. OLE color: 3862973.
HSL color Cylindrical-coordinate representation of color #BDF13A: hue angle of 77.05º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDF13A is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 58 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.05 |
| HSL | 77.05º | 0.87% | 0.59% | - |
| HSV(B) | 77.05º | 0.76% | 0.95% | - |
| XYZ | 53.21 | 74.03 | 15.49 | - |
| YUV | 204.59 | 45.27 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 58 | 0.22 | 0 | 0.76 | 0.05 | 77.05 | 0.87 | 0.59 |
| Hex | BD | F1 | 3A | 16 | 0 | 4C | 5 | 4D | 57 | 3B |
| Octal | 275 | 361 | 72 | 26 | 0 | 114 | 5 | 115 | 127 | 73 |
| Binary | 10111101 | 11110001 | 111010 | 10110 | 0 | 1001100 | 101 | 1001101 | 1010111 | 111011 |
Color Harmonies of #BDF13A
Complementary color
Monochromatic Colors of #BDF13A
Black with #BDF13A
Text Example
Text Example
White with #BDF13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF13A; }
p { color: rgb(189,241,58); }
H1.HeaderClassName
{
color: #BDF13A;
}
.AnyTagClassName
{
color: #BDF13A;
}
</style>
background-color css
<style>
a { background-color: #BDF13A; }
a { background-color: rgb(189,241,58); }
div.DivClassName
{
background-color: #BDF13A;
}
.BgClassName
{
background-color: #BDF13A;
}
</style>
border-color css
<style>
span { border-color: #BDF13A; }
span { border-color: rgb(189,241,58); }
td.TdClassName
{
border-color: #BDF13A;
}
.TagClassName
{
border-color: #BDF13A;
}
</style>