Shades of Green Yellow #BDF334
Tints of Green Yellow #BDF334
RGB
CMYK
RGB Variations
Color information
#BDF334 (or 0xBDF334) is known color: Green Yellow. HEX triplet: BD, F3 and 34. RGB value is (189,243,52). Sum of RGB (Red+Green+Blue) = 189+243+52=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF334 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF334 is #420CCB. Grayscale: #CDCDCD. Windows color (decimal): -4328652 or 3470269. OLE color: 3470269.
HSL color Cylindrical-coordinate representation of color #BDF334: hue angle of 76.96º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDF334 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 52 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.05 |
| HSL | 76.96º | 0.89% | 0.58% | - |
| HSV(B) | 76.96º | 0.79% | 0.95% | - |
| XYZ | 53.66 | 75.17 | 14.93 | - |
| YUV | 205.08 | 41.61 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 52 | 0.22 | 0 | 0.79 | 0.05 | 76.96 | 0.89 | 0.58 |
| Hex | BD | F3 | 34 | 16 | 0 | 4F | 5 | 4D | 59 | 3A |
| Octal | 275 | 363 | 64 | 26 | 0 | 117 | 5 | 115 | 131 | 72 |
| Binary | 10111101 | 11110011 | 110100 | 10110 | 0 | 1001111 | 101 | 1001101 | 1011001 | 111010 |
Color Harmonies of #BDF334
Complementary color
Monochromatic Colors of #BDF334
Black with #BDF334
Text Example
Text Example
White with #BDF334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF334; }
p { color: rgb(189,243,52); }
H1.HeaderClassName
{
color: #BDF334;
}
.AnyTagClassName
{
color: #BDF334;
}
</style>
background-color css
<style>
a { background-color: #BDF334; }
a { background-color: rgb(189,243,52); }
div.DivClassName
{
background-color: #BDF334;
}
.BgClassName
{
background-color: #BDF334;
}
</style>
border-color css
<style>
span { border-color: #BDF334; }
span { border-color: rgb(189,243,52); }
td.TdClassName
{
border-color: #BDF334;
}
.TagClassName
{
border-color: #BDF334;
}
</style>