Shades of Green Yellow #BDEF34
Tints of Green Yellow #BDEF34
RGB
CMYK
RGB Variations
Color information
#BDEF34 (or 0xBDEF34) is known color: Green Yellow. HEX triplet: BD, EF and 34. RGB value is (189,239,52). Sum of RGB (Red+Green+Blue) = 189+239+52=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 52 (20.70% from 255 or 10.83% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF34 is #4210CB. Grayscale: #CBCBCB. Windows color (decimal): -4329676 or 3469245. OLE color: 3469245.
HSL color Cylindrical-coordinate representation of color #BDEF34: hue angle of 76.04º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDEF34 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 52 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.06 |
| HSL | 76.04º | 0.85% | 0.57% | - |
| HSV(B) | 76.04º | 0.78% | 0.94% | - |
| XYZ | 52.47 | 72.8 | 14.53 | - |
| YUV | 202.73 | 42.94 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 52 | 0.21 | 0 | 0.78 | 0.06 | 76.04 | 0.85 | 0.57 |
| Hex | BD | EF | 34 | 15 | 0 | 4E | 6 | 4C | 55 | 39 |
| Octal | 275 | 357 | 64 | 25 | 0 | 116 | 6 | 114 | 125 | 71 |
| Binary | 10111101 | 11101111 | 110100 | 10101 | 0 | 1001110 | 110 | 1001100 | 1010101 | 111001 |
Color Harmonies of #BDEF34
Complementary color
Monochromatic Colors of #BDEF34
Black with #BDEF34
Text Example
Text Example
White with #BDEF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF34; }
p { color: rgb(189,239,52); }
H1.HeaderClassName
{
color: #BDEF34;
}
.AnyTagClassName
{
color: #BDEF34;
}
</style>
background-color css
<style>
a { background-color: #BDEF34; }
a { background-color: rgb(189,239,52); }
div.DivClassName
{
background-color: #BDEF34;
}
.BgClassName
{
background-color: #BDEF34;
}
</style>
border-color css
<style>
span { border-color: #BDEF34; }
span { border-color: rgb(189,239,52); }
td.TdClassName
{
border-color: #BDEF34;
}
.TagClassName
{
border-color: #BDEF34;
}
</style>