Shades of Green Yellow #BDF13D
Tints of Green Yellow #BDF13D
RGB
CMYK
RGB Variations
Color information
#BDF13D (or 0xBDF13D) is known color: Green Yellow. HEX triplet: BD, F1 and 3D. RGB value is (189,241,61). Sum of RGB (Red+Green+Blue) = 189+241+61=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 61 (24.22% from 255 or 12.42% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF13D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF13D is #420EC2. Grayscale: #CDCDCD. Windows color (decimal): -4329155 or 4059581. OLE color: 4059581.
HSL color Cylindrical-coordinate representation of color #BDF13D: hue angle of 77.33º 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 #BDF13D is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 61 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.05 |
| HSL | 77.33º | 0.87% | 0.59% | - |
| HSV(B) | 77.33º | 0.75% | 0.95% | - |
| XYZ | 53.28 | 74.07 | 15.9 | - |
| YUV | 204.93 | 46.77 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 61 | 0.22 | 0 | 0.75 | 0.05 | 77.33 | 0.87 | 0.59 |
| Hex | BD | F1 | 3D | 16 | 0 | 4B | 5 | 4D | 57 | 3B |
| Octal | 275 | 361 | 75 | 26 | 0 | 113 | 5 | 115 | 127 | 73 |
| Binary | 10111101 | 11110001 | 111101 | 10110 | 0 | 1001011 | 101 | 1001101 | 1010111 | 111011 |
Color Harmonies of #BDF13D
Complementary color
Monochromatic Colors of #BDF13D
Black with #BDF13D
Text Example
Text Example
White with #BDF13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF13D; }
p { color: rgb(189,241,61); }
H1.HeaderClassName
{
color: #BDF13D;
}
.AnyTagClassName
{
color: #BDF13D;
}
</style>
background-color css
<style>
a { background-color: #BDF13D; }
a { background-color: rgb(189,241,61); }
div.DivClassName
{
background-color: #BDF13D;
}
.BgClassName
{
background-color: #BDF13D;
}
</style>
border-color css
<style>
span { border-color: #BDF13D; }
span { border-color: rgb(189,241,61); }
td.TdClassName
{
border-color: #BDF13D;
}
.TagClassName
{
border-color: #BDF13D;
}
</style>