Shades of Green Yellow #BDF33B
Tints of Green Yellow #BDF33B
RGB
CMYK
RGB Variations
Color information
#BDF33B (or 0xBDF33B) is known color: Green Yellow. HEX triplet: BD, F3 and 3B. RGB value is (189,243,59). Sum of RGB (Red+Green+Blue) = 189+243+59=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 59 (23.44% from 255 or 12.02% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF33B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF33B is #420CC4. Grayscale: #CECECE. Windows color (decimal): -4328645 or 3929021. OLE color: 3929021.
HSL color Cylindrical-coordinate representation of color #BDF33B: hue angle of 77.61º 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 #BDF33B is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 59 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.05 |
| HSL | 77.61º | 0.88% | 0.59% | - |
| HSV(B) | 77.61º | 0.76% | 0.95% | - |
| XYZ | 53.83 | 75.24 | 15.82 | - |
| YUV | 205.88 | 45.11 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 59 | 0.22 | 0 | 0.76 | 0.05 | 77.61 | 0.88 | 0.59 |
| Hex | BD | F3 | 3B | 16 | 0 | 4C | 5 | 4E | 58 | 3B |
| Octal | 275 | 363 | 73 | 26 | 0 | 114 | 5 | 116 | 130 | 73 |
| Binary | 10111101 | 11110011 | 111011 | 10110 | 0 | 1001100 | 101 | 1001110 | 1011000 | 111011 |
Color Harmonies of #BDF33B
Complementary color
Monochromatic Colors of #BDF33B
Black with #BDF33B
Text Example
Text Example
White with #BDF33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF33B; }
p { color: rgb(189,243,59); }
H1.HeaderClassName
{
color: #BDF33B;
}
.AnyTagClassName
{
color: #BDF33B;
}
</style>
background-color css
<style>
a { background-color: #BDF33B; }
a { background-color: rgb(189,243,59); }
div.DivClassName
{
background-color: #BDF33B;
}
.BgClassName
{
background-color: #BDF33B;
}
</style>
border-color css
<style>
span { border-color: #BDF33B; }
span { border-color: rgb(189,243,59); }
td.TdClassName
{
border-color: #BDF33B;
}
.TagClassName
{
border-color: #BDF33B;
}
</style>