Shades of Green Yellow #BDF33A
Tints of Green Yellow #BDF33A
RGB
CMYK
RGB Variations
Color information
#BDF33A (or 0xBDF33A) is known color: Green Yellow. HEX triplet: BD, F3 and 3A. RGB value is (189,243,58). Sum of RGB (Red+Green+Blue) = 189+243+58=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF33A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF33A is #420CC5. Grayscale: #CECECE. Windows color (decimal): -4328646 or 3863485. OLE color: 3863485.
HSL color Cylindrical-coordinate representation of color #BDF33A: hue angle of 77.51º degrees, saturation: 0.89, 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 #BDF33A is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 58 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.05 |
| HSL | 77.51º | 0.89% | 0.59% | - |
| HSV(B) | 77.51º | 0.76% | 0.95% | - |
| XYZ | 53.8 | 75.23 | 15.69 | - |
| YUV | 205.76 | 44.61 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 58 | 0.22 | 0 | 0.76 | 0.05 | 77.51 | 0.89 | 0.59 |
| Hex | BD | F3 | 3A | 16 | 0 | 4C | 5 | 4E | 59 | 3B |
| Octal | 275 | 363 | 72 | 26 | 0 | 114 | 5 | 116 | 131 | 73 |
| Binary | 10111101 | 11110011 | 111010 | 10110 | 0 | 1001100 | 101 | 1001110 | 1011001 | 111011 |
Color Harmonies of #BDF33A
Complementary color
Monochromatic Colors of #BDF33A
Black with #BDF33A
Text Example
Text Example
White with #BDF33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF33A; }
p { color: rgb(189,243,58); }
H1.HeaderClassName
{
color: #BDF33A;
}
.AnyTagClassName
{
color: #BDF33A;
}
</style>
background-color css
<style>
a { background-color: #BDF33A; }
a { background-color: rgb(189,243,58); }
div.DivClassName
{
background-color: #BDF33A;
}
.BgClassName
{
background-color: #BDF33A;
}
</style>
border-color css
<style>
span { border-color: #BDF33A; }
span { border-color: rgb(189,243,58); }
td.TdClassName
{
border-color: #BDF33A;
}
.TagClassName
{
border-color: #BDF33A;
}
</style>