Shades of Green Yellow #BDF13C
Tints of Green Yellow #BDF13C
RGB
CMYK
RGB Variations
Color information
#BDF13C (or 0xBDF13C) is known color: Green Yellow. HEX triplet: BD, F1 and 3C. RGB value is (189,241,60). Sum of RGB (Red+Green+Blue) = 189+241+60=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF13C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF13C is #420EC3. Grayscale: #CDCDCD. Windows color (decimal): -4329156 or 3994045. OLE color: 3994045.
HSL color Cylindrical-coordinate representation of color #BDF13C: hue angle of 77.24º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDF13C is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 60 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.05 |
| HSL | 77.24º | 0.87% | 0.59% | - |
| HSV(B) | 77.24º | 0.75% | 0.95% | - |
| XYZ | 53.26 | 74.06 | 15.76 | - |
| YUV | 204.82 | 46.27 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 60 | 0.22 | 0 | 0.75 | 0.05 | 77.24 | 0.87 | 0.59 |
| Hex | BD | F1 | 3C | 16 | 0 | 4B | 5 | 4D | 57 | 3B |
| Octal | 275 | 361 | 74 | 26 | 0 | 113 | 5 | 115 | 127 | 73 |
| Binary | 10111101 | 11110001 | 111100 | 10110 | 0 | 1001011 | 101 | 1001101 | 1010111 | 111011 |
Color Harmonies of #BDF13C
Complementary color
Monochromatic Colors of #BDF13C
Black with #BDF13C
Text Example
Text Example
White with #BDF13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF13C; }
p { color: rgb(189,241,60); }
H1.HeaderClassName
{
color: #BDF13C;
}
.AnyTagClassName
{
color: #BDF13C;
}
</style>
background-color css
<style>
a { background-color: #BDF13C; }
a { background-color: rgb(189,241,60); }
div.DivClassName
{
background-color: #BDF13C;
}
.BgClassName
{
background-color: #BDF13C;
}
</style>
border-color css
<style>
span { border-color: #BDF13C; }
span { border-color: rgb(189,241,60); }
td.TdClassName
{
border-color: #BDF13C;
}
.TagClassName
{
border-color: #BDF13C;
}
</style>