Shades of Reef #BDF596
Tints of Reef #BDF596
RGB
CMYK
RGB Variations
Color information
#BDF596 (or 0xBDF596) is known color: Reef. HEX triplet: BD, F5 and 96. RGB value is (189,245,150). Sum of RGB (Red+Green+Blue) = 189+245+150=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF596 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF596 is #420A69. Grayscale: #D9D9D9. Windows color (decimal): -4328042 or 9893309. OLE color: 9893309.
HSL color Cylindrical-coordinate representation of color #BDF596: hue angle of 95.37º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDF596 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 150 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.04 |
| HSL | 95.37º | 0.83% | 0.77% | - |
| HSV(B) | 95.37º | 0.39% | 0.96% | - |
| XYZ | 59.14 | 78.33 | 40.86 | - |
| YUV | 217.43 | 89.95 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 150 | 0.23 | 0 | 0.39 | 0.04 | 95.37 | 0.83 | 0.77 |
| Hex | BD | F5 | 96 | 17 | 0 | 27 | 4 | 5F | 53 | 4D |
| Octal | 275 | 365 | 226 | 27 | 0 | 47 | 4 | 137 | 123 | 115 |
| Binary | 10111101 | 11110101 | 10010110 | 10111 | 0 | 100111 | 100 | 1011111 | 1010011 | 1001101 |
Color Harmonies of #BDF596
Complementary color
Monochromatic Colors of #BDF596
Black with #BDF596
Text Example
Text Example
White with #BDF596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF596; }
p { color: rgb(189,245,150); }
H1.HeaderClassName
{
color: #BDF596;
}
.AnyTagClassName
{
color: #BDF596;
}
</style>
background-color css
<style>
a { background-color: #BDF596; }
a { background-color: rgb(189,245,150); }
div.DivClassName
{
background-color: #BDF596;
}
.BgClassName
{
background-color: #BDF596;
}
</style>
border-color css
<style>
span { border-color: #BDF596; }
span { border-color: rgb(189,245,150); }
td.TdClassName
{
border-color: #BDF596;
}
.TagClassName
{
border-color: #BDF596;
}
</style>