Shades of Sulu #BDEF73
Tints of Sulu #BDEF73
RGB
CMYK
RGB Variations
Color information
#BDEF73 (or 0xBDEF73) is known color: Sulu. HEX triplet: BD, EF and 73. RGB value is (189,239,115). Sum of RGB (Red+Green+Blue) = 189+239+115=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 115 (45.31% from 255 or 21.18% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF73 is #42108C. Grayscale: #D2D2D2. Windows color (decimal): -4329613 or 7598013. OLE color: 7598013.
HSL color Cylindrical-coordinate representation of color #BDEF73: hue angle of 84.19º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDEF73 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 115 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.06 |
| HSL | 84.19º | 0.79% | 0.69% | - |
| HSV(B) | 84.19º | 0.52% | 0.94% | - |
| XYZ | 54.95 | 73.79 | 27.57 | - |
| YUV | 209.91 | 74.44 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 115 | 0.21 | 0 | 0.52 | 0.06 | 84.19 | 0.79 | 0.69 |
| Hex | BD | EF | 73 | 15 | 0 | 34 | 6 | 54 | 4F | 45 |
| Octal | 275 | 357 | 163 | 25 | 0 | 64 | 6 | 124 | 117 | 105 |
| Binary | 10111101 | 11101111 | 1110011 | 10101 | 0 | 110100 | 110 | 1010100 | 1001111 | 1000101 |
Color Harmonies of #BDEF73
Complementary color
Monochromatic Colors of #BDEF73
Black with #BDEF73
Text Example
Text Example
White with #BDEF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF73; }
p { color: rgb(189,239,115); }
H1.HeaderClassName
{
color: #BDEF73;
}
.AnyTagClassName
{
color: #BDEF73;
}
</style>
background-color css
<style>
a { background-color: #BDEF73; }
a { background-color: rgb(189,239,115); }
div.DivClassName
{
background-color: #BDEF73;
}
.BgClassName
{
background-color: #BDEF73;
}
</style>
border-color css
<style>
span { border-color: #BDEF73; }
span { border-color: rgb(189,239,115); }
td.TdClassName
{
border-color: #BDEF73;
}
.TagClassName
{
border-color: #BDEF73;
}
</style>