Shades of Green Yellow #BDF83C
Tints of Green Yellow #BDF83C
RGB
CMYK
RGB Variations
Color information
#BDF83C (or 0xBDF83C) is known color: Green Yellow. HEX triplet: BD, F8 and 3C. RGB value is (189,248,60). Sum of RGB (Red+Green+Blue) = 189+248+60=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF83C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF83C is #4207C3. Grayscale: #D1D1D1. Windows color (decimal): -4327364 or 3995837. OLE color: 3995837.
HSL color Cylindrical-coordinate representation of color #BDF83C: hue angle of 78.83º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDF83C is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 60 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.03 |
| HSL | 78.83º | 0.93% | 0.6% | - |
| HSV(B) | 78.83º | 0.76% | 0.97% | - |
| XYZ | 55.37 | 78.28 | 16.47 | - |
| YUV | 208.93 | 43.95 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 60 | 0.24 | 0 | 0.76 | 0.03 | 78.83 | 0.93 | 0.6 |
| Hex | BD | F8 | 3C | 18 | 0 | 4C | 3 | 4F | 5D | 3C |
| Octal | 275 | 370 | 74 | 30 | 0 | 114 | 3 | 117 | 135 | 74 |
| Binary | 10111101 | 11111000 | 111100 | 11000 | 0 | 1001100 | 11 | 1001111 | 1011101 | 111100 |
Color Harmonies of #BDF83C
Complementary color
Monochromatic Colors of #BDF83C
Black with #BDF83C
Text Example
Text Example
White with #BDF83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF83C; }
p { color: rgb(189,248,60); }
H1.HeaderClassName
{
color: #BDF83C;
}
.AnyTagClassName
{
color: #BDF83C;
}
</style>
background-color css
<style>
a { background-color: #BDF83C; }
a { background-color: rgb(189,248,60); }
div.DivClassName
{
background-color: #BDF83C;
}
.BgClassName
{
background-color: #BDF83C;
}
</style>
border-color css
<style>
span { border-color: #BDF83C; }
span { border-color: rgb(189,248,60); }
td.TdClassName
{
border-color: #BDF83C;
}
.TagClassName
{
border-color: #BDF83C;
}
</style>