Shades of Green Yellow #BDF335
Tints of Green Yellow #BDF335
RGB
CMYK
RGB Variations
Color information
#BDF335 (or 0xBDF335) is known color: Green Yellow. HEX triplet: BD, F3 and 35. RGB value is (189,243,53). Sum of RGB (Red+Green+Blue) = 189+243+53=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF335 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF335 is #420CCA. Grayscale: #CDCDCD. Windows color (decimal): -4328651 or 3535805. OLE color: 3535805.
HSL color Cylindrical-coordinate representation of color #BDF335: hue angle of 77.05º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDF335 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 53 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.05 |
| HSL | 77.05º | 0.89% | 0.58% | - |
| HSV(B) | 77.05º | 0.78% | 0.95% | - |
| XYZ | 53.68 | 75.18 | 15.05 | - |
| YUV | 205.19 | 42.11 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 53 | 0.22 | 0 | 0.78 | 0.05 | 77.05 | 0.89 | 0.58 |
| Hex | BD | F3 | 35 | 16 | 0 | 4E | 5 | 4D | 59 | 3A |
| Octal | 275 | 363 | 65 | 26 | 0 | 116 | 5 | 115 | 131 | 72 |
| Binary | 10111101 | 11110011 | 110101 | 10110 | 0 | 1001110 | 101 | 1001101 | 1011001 | 111010 |
Color Harmonies of #BDF335
Complementary color
Monochromatic Colors of #BDF335
Black with #BDF335
Text Example
Text Example
White with #BDF335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF335; }
p { color: rgb(189,243,53); }
H1.HeaderClassName
{
color: #BDF335;
}
.AnyTagClassName
{
color: #BDF335;
}
</style>
background-color css
<style>
a { background-color: #BDF335; }
a { background-color: rgb(189,243,53); }
div.DivClassName
{
background-color: #BDF335;
}
.BgClassName
{
background-color: #BDF335;
}
</style>
border-color css
<style>
span { border-color: #BDF335; }
span { border-color: rgb(189,243,53); }
td.TdClassName
{
border-color: #BDF335;
}
.TagClassName
{
border-color: #BDF335;
}
</style>