Shades of Green Yellow #BDFF33
Tints of Green Yellow #BDFF33
RGB
CMYK
RGB Variations
Color information
#BDFF33 (or 0xBDFF33) is known color: Green Yellow. HEX triplet: BD, FF and 33. RGB value is (189,255,51). Sum of RGB (Red+Green+Blue) = 189+255+51=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFF33 is #4200CC. Grayscale: #D4D4D4. Windows color (decimal): -4325581 or 3407805. OLE color: 3407805.
HSL color Cylindrical-coordinate representation of color #BDFF33: hue angle of 79.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDFF33 is Cyan = 0.26, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 51 | - |
| CMYK | 0.26 | 0 | 0.8 | 0 |
| HSL | 79.41º | 1% | 0.6% | - |
| HSV(B) | 79.41º | 0.8% | 1% | - |
| XYZ | 57.34 | 82.58 | 16.05 | - |
| YUV | 212.01 | 37.13 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 51 | 0.26 | 0 | 0.8 | 0 | 79.41 | 1 | 0.6 |
| Hex | BD | FF | 33 | 1A | 0 | 50 | 0 | 4F | 64 | 3C |
| Octal | 275 | 377 | 63 | 32 | 0 | 120 | 0 | 117 | 144 | 74 |
| Binary | 10111101 | 11111111 | 110011 | 11010 | 0 | 1010000 | 0 | 1001111 | 1100100 | 111100 |
Color Harmonies of #BDFF33
Complementary color
Monochromatic Colors of #BDFF33
Black with #BDFF33
Text Example
Text Example
White with #BDFF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF33; }
p { color: rgb(189,255,51); }
H1.HeaderClassName
{
color: #BDFF33;
}
.AnyTagClassName
{
color: #BDFF33;
}
</style>
background-color css
<style>
a { background-color: #BDFF33; }
a { background-color: rgb(189,255,51); }
div.DivClassName
{
background-color: #BDFF33;
}
.BgClassName
{
background-color: #BDFF33;
}
</style>
border-color css
<style>
span { border-color: #BDFF33; }
span { border-color: rgb(189,255,51); }
td.TdClassName
{
border-color: #BDFF33;
}
.TagClassName
{
border-color: #BDFF33;
}
</style>