Shades of Green Yellow #BDEF2A
Tints of Green Yellow #BDEF2A
RGB
CMYK
RGB Variations
Color information
#BDEF2A (or 0xBDEF2A) is known color: Green Yellow. HEX triplet: BD, EF and 2A. RGB value is (189,239,42). Sum of RGB (Red+Green+Blue) = 189+239+42=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 42 (16.80% from 255 or 8.94% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF2A is #4210D5. Grayscale: #CACACA. Windows color (decimal): -4329686 or 2813885. OLE color: 2813885.
HSL color Cylindrical-coordinate representation of color #BDEF2A: hue angle of 75.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDEF2A is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 42 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.06 |
| HSL | 75.23º | 0.86% | 0.55% | - |
| HSV(B) | 75.23º | 0.82% | 0.94% | - |
| XYZ | 52.27 | 72.72 | 13.47 | - |
| YUV | 201.59 | 37.94 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 42 | 0.21 | 0 | 0.82 | 0.06 | 75.23 | 0.86 | 0.55 |
| Hex | BD | EF | 2A | 15 | 0 | 52 | 6 | 4B | 56 | 37 |
| Octal | 275 | 357 | 52 | 25 | 0 | 122 | 6 | 113 | 126 | 67 |
| Binary | 10111101 | 11101111 | 101010 | 10101 | 0 | 1010010 | 110 | 1001011 | 1010110 | 110111 |
Color Harmonies of #BDEF2A
Complementary color
Monochromatic Colors of #BDEF2A
Black with #BDEF2A
Text Example
Text Example
White with #BDEF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF2A; }
p { color: rgb(189,239,42); }
H1.HeaderClassName
{
color: #BDEF2A;
}
.AnyTagClassName
{
color: #BDEF2A;
}
</style>
background-color css
<style>
a { background-color: #BDEF2A; }
a { background-color: rgb(189,239,42); }
div.DivClassName
{
background-color: #BDEF2A;
}
.BgClassName
{
background-color: #BDEF2A;
}
</style>
border-color css
<style>
span { border-color: #BDEF2A; }
span { border-color: rgb(189,239,42); }
td.TdClassName
{
border-color: #BDEF2A;
}
.TagClassName
{
border-color: #BDEF2A;
}
</style>