Shades of Reef #BDF195
Tints of Reef #BDF195
RGB
CMYK
RGB Variations
Color information
#BDF195 (or 0xBDF195) is known color: Reef. HEX triplet: BD, F1 and 95. RGB value is (189,241,149). Sum of RGB (Red+Green+Blue) = 189+241+149=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF195 is #420E6A. Grayscale: #D7D7D7. Windows color (decimal): -4329067 or 9826749. OLE color: 9826749.
HSL color Cylindrical-coordinate representation of color #BDF195: hue angle of 93.91º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDF195 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 149 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.05 |
| HSL | 93.91º | 0.77% | 0.76% | - |
| HSV(B) | 93.91º | 0.38% | 0.95% | - |
| XYZ | 57.87 | 75.9 | 40.03 | - |
| YUV | 214.96 | 90.77 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 149 | 0.22 | 0 | 0.38 | 0.05 | 93.91 | 0.77 | 0.76 |
| Hex | BD | F1 | 95 | 16 | 0 | 26 | 5 | 5E | 4D | 4C |
| Octal | 275 | 361 | 225 | 26 | 0 | 46 | 5 | 136 | 115 | 114 |
| Binary | 10111101 | 11110001 | 10010101 | 10110 | 0 | 100110 | 101 | 1011110 | 1001101 | 1001100 |
Color Harmonies of #BDF195
Complementary color
Monochromatic Colors of #BDF195
Black with #BDF195
Text Example
Text Example
White with #BDF195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF195; }
p { color: rgb(189,241,149); }
H1.HeaderClassName
{
color: #BDF195;
}
.AnyTagClassName
{
color: #BDF195;
}
</style>
background-color css
<style>
a { background-color: #BDF195; }
a { background-color: rgb(189,241,149); }
div.DivClassName
{
background-color: #BDF195;
}
.BgClassName
{
background-color: #BDF195;
}
</style>
border-color css
<style>
span { border-color: #BDF195; }
span { border-color: rgb(189,241,149); }
td.TdClassName
{
border-color: #BDF195;
}
.TagClassName
{
border-color: #BDF195;
}
</style>