Shades of Reef #BDF295
Tints of Reef #BDF295
RGB
CMYK
RGB Variations
Color information
#BDF295 (or 0xBDF295) is known color: Reef. HEX triplet: BD, F2 and 95. RGB value is (189,242,149). Sum of RGB (Red+Green+Blue) = 189+242+149=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF295 is #420D6A. Grayscale: #D7D7D7. Windows color (decimal): -4328811 or 9827005. OLE color: 9827005.
HSL color Cylindrical-coordinate representation of color #BDF295: hue angle of 94.19º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDF295 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 149 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.05 |
| HSL | 94.19º | 0.78% | 0.77% | - |
| HSV(B) | 94.19º | 0.38% | 0.95% | - |
| XYZ | 58.16 | 76.49 | 40.13 | - |
| YUV | 215.55 | 90.44 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 149 | 0.22 | 0 | 0.38 | 0.05 | 94.19 | 0.78 | 0.77 |
| Hex | BD | F2 | 95 | 16 | 0 | 26 | 5 | 5E | 4E | 4D |
| Octal | 275 | 362 | 225 | 26 | 0 | 46 | 5 | 136 | 116 | 115 |
| Binary | 10111101 | 11110010 | 10010101 | 10110 | 0 | 100110 | 101 | 1011110 | 1001110 | 1001101 |
Color Harmonies of #BDF295
Complementary color
Monochromatic Colors of #BDF295
Black with #BDF295
Text Example
Text Example
White with #BDF295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF295; }
p { color: rgb(189,242,149); }
H1.HeaderClassName
{
color: #BDF295;
}
.AnyTagClassName
{
color: #BDF295;
}
</style>
background-color css
<style>
a { background-color: #BDF295; }
a { background-color: rgb(189,242,149); }
div.DivClassName
{
background-color: #BDF295;
}
.BgClassName
{
background-color: #BDF295;
}
</style>
border-color css
<style>
span { border-color: #BDF295; }
span { border-color: rgb(189,242,149); }
td.TdClassName
{
border-color: #BDF295;
}
.TagClassName
{
border-color: #BDF295;
}
</style>