Shades of Reef #BDF594
Tints of Reef #BDF594
RGB
CMYK
RGB Variations
Color information
#BDF594 (or 0xBDF594) is known color: Reef. HEX triplet: BD, F5 and 94. RGB value is (189,245,148). Sum of RGB (Red+Green+Blue) = 189+245+148=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 245 (96.09% from 255 or 42.10% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF594 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF594 is #420A6B. Grayscale: #D9D9D9. Windows color (decimal): -4328044 or 9762237. OLE color: 9762237.
HSL color Cylindrical-coordinate representation of color #BDF594: hue angle of 94.64º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDF594 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 148 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.04 |
| HSL | 94.64º | 0.83% | 0.77% | - |
| HSV(B) | 94.64º | 0.4% | 0.96% | - |
| XYZ | 58.98 | 78.26 | 40.01 | - |
| YUV | 217.2 | 88.95 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 148 | 0.23 | 0 | 0.40 | 0.04 | 94.64 | 0.83 | 0.77 |
| Hex | BD | F5 | 94 | 17 | 0 | 28 | 4 | 5F | 53 | 4D |
| Octal | 275 | 365 | 224 | 27 | 0 | 50 | 4 | 137 | 123 | 115 |
| Binary | 10111101 | 11110101 | 10010100 | 10111 | 0 | 101000 | 100 | 1011111 | 1010011 | 1001101 |
Color Harmonies of #BDF594
Complementary color
Monochromatic Colors of #BDF594
Black with #BDF594
Text Example
Text Example
White with #BDF594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF594; }
p { color: rgb(189,245,148); }
H1.HeaderClassName
{
color: #BDF594;
}
.AnyTagClassName
{
color: #BDF594;
}
</style>
background-color css
<style>
a { background-color: #BDF594; }
a { background-color: rgb(189,245,148); }
div.DivClassName
{
background-color: #BDF594;
}
.BgClassName
{
background-color: #BDF594;
}
</style>
border-color css
<style>
span { border-color: #BDF594; }
span { border-color: rgb(189,245,148); }
td.TdClassName
{
border-color: #BDF594;
}
.TagClassName
{
border-color: #BDF594;
}
</style>