Shades of Green Yellow #BDF323
Tints of Green Yellow #BDF323
RGB
CMYK
RGB Variations
Color information
#BDF323 (or 0xBDF323) is known color: Green Yellow. HEX triplet: BD, F3 and 23. RGB value is (189,243,35). Sum of RGB (Red+Green+Blue) = 189+243+35=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 35 (14.06% from 255 or 7.49% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF323 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF323 is #420CDC. Grayscale: #CBCBCB. Windows color (decimal): -4328669 or 2356157. OLE color: 2356157.
HSL color Cylindrical-coordinate representation of color #BDF323: hue angle of 75.58º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDF323 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 35 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.05 |
| HSL | 75.58º | 0.9% | 0.55% | - |
| HSV(B) | 75.58º | 0.86% | 0.95% | - |
| XYZ | 53.34 | 75.04 | 13.26 | - |
| YUV | 203.14 | 33.11 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 35 | 0.22 | 0 | 0.86 | 0.05 | 75.58 | 0.9 | 0.55 |
| Hex | BD | F3 | 23 | 16 | 0 | 56 | 5 | 4C | 5A | 37 |
| Octal | 275 | 363 | 43 | 26 | 0 | 126 | 5 | 114 | 132 | 67 |
| Binary | 10111101 | 11110011 | 100011 | 10110 | 0 | 1010110 | 101 | 1001100 | 1011010 | 110111 |
Color Harmonies of #BDF323
Complementary color
Monochromatic Colors of #BDF323
Black with #BDF323
Text Example
Text Example
White with #BDF323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF323; }
p { color: rgb(189,243,35); }
H1.HeaderClassName
{
color: #BDF323;
}
.AnyTagClassName
{
color: #BDF323;
}
</style>
background-color css
<style>
a { background-color: #BDF323; }
a { background-color: rgb(189,243,35); }
div.DivClassName
{
background-color: #BDF323;
}
.BgClassName
{
background-color: #BDF323;
}
</style>
border-color css
<style>
span { border-color: #BDF323; }
span { border-color: rgb(189,243,35); }
td.TdClassName
{
border-color: #BDF323;
}
.TagClassName
{
border-color: #BDF323;
}
</style>