Shades of Green Yellow #BDF23A
Tints of Green Yellow #BDF23A
RGB
CMYK
RGB Variations
Color information
#BDF23A (or 0xBDF23A) is known color: Green Yellow. HEX triplet: BD, F2 and 3A. RGB value is (189,242,58). Sum of RGB (Red+Green+Blue) = 189+242+58=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF23A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF23A is #420DC5. Grayscale: #CDCDCD. Windows color (decimal): -4328902 or 3863229. OLE color: 3863229.
HSL color Cylindrical-coordinate representation of color #BDF23A: hue angle of 77.28º degrees, saturation: 0.88, 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 #BDF23A is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 58 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.05 |
| HSL | 77.28º | 0.88% | 0.59% | - |
| HSV(B) | 77.28º | 0.76% | 0.95% | - |
| XYZ | 53.5 | 74.63 | 15.59 | - |
| YUV | 205.18 | 44.94 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 58 | 0.22 | 0 | 0.76 | 0.05 | 77.28 | 0.88 | 0.59 |
| Hex | BD | F2 | 3A | 16 | 0 | 4C | 5 | 4D | 58 | 3B |
| Octal | 275 | 362 | 72 | 26 | 0 | 114 | 5 | 115 | 130 | 73 |
| Binary | 10111101 | 11110010 | 111010 | 10110 | 0 | 1001100 | 101 | 1001101 | 1011000 | 111011 |
Color Harmonies of #BDF23A
Complementary color
Monochromatic Colors of #BDF23A
Black with #BDF23A
Text Example
Text Example
White with #BDF23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF23A; }
p { color: rgb(189,242,58); }
H1.HeaderClassName
{
color: #BDF23A;
}
.AnyTagClassName
{
color: #BDF23A;
}
</style>
background-color css
<style>
a { background-color: #BDF23A; }
a { background-color: rgb(189,242,58); }
div.DivClassName
{
background-color: #BDF23A;
}
.BgClassName
{
background-color: #BDF23A;
}
</style>
border-color css
<style>
span { border-color: #BDF23A; }
span { border-color: rgb(189,242,58); }
td.TdClassName
{
border-color: #BDF23A;
}
.TagClassName
{
border-color: #BDF23A;
}
</style>