Shades of Sulu #BDEF71
Tints of Sulu #BDEF71
RGB
CMYK
RGB Variations
Color information
#BDEF71 (or 0xBDEF71) is known color: Sulu. HEX triplet: BD, EF and 71. RGB value is (189,239,113). Sum of RGB (Red+Green+Blue) = 189+239+113=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF71 is #42108E. Grayscale: #D2D2D2. Windows color (decimal): -4329615 or 7466941. OLE color: 7466941.
HSL color Cylindrical-coordinate representation of color #BDEF71: hue angle of 83.81º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDEF71 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 113 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.06 |
| HSL | 83.81º | 0.8% | 0.69% | - |
| HSV(B) | 83.81º | 0.53% | 0.94% | - |
| XYZ | 54.83 | 73.74 | 26.97 | - |
| YUV | 209.69 | 73.44 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 113 | 0.21 | 0 | 0.53 | 0.06 | 83.81 | 0.8 | 0.69 |
| Hex | BD | EF | 71 | 15 | 0 | 35 | 6 | 54 | 50 | 45 |
| Octal | 275 | 357 | 161 | 25 | 0 | 65 | 6 | 124 | 120 | 105 |
| Binary | 10111101 | 11101111 | 1110001 | 10101 | 0 | 110101 | 110 | 1010100 | 1010000 | 1000101 |
Color Harmonies of #BDEF71
Complementary color
Monochromatic Colors of #BDEF71
Black with #BDEF71
Text Example
Text Example
White with #BDEF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF71; }
p { color: rgb(189,239,113); }
H1.HeaderClassName
{
color: #BDEF71;
}
.AnyTagClassName
{
color: #BDEF71;
}
</style>
background-color css
<style>
a { background-color: #BDEF71; }
a { background-color: rgb(189,239,113); }
div.DivClassName
{
background-color: #BDEF71;
}
.BgClassName
{
background-color: #BDEF71;
}
</style>
border-color css
<style>
span { border-color: #BDEF71; }
span { border-color: rgb(189,239,113); }
td.TdClassName
{
border-color: #BDEF71;
}
.TagClassName
{
border-color: #BDEF71;
}
</style>