Shades of Sulu #BDEF65
Tints of Sulu #BDEF65
RGB
CMYK
RGB Variations
Color information
#BDEF65 (or 0xBDEF65) is known color: Sulu. HEX triplet: BD, EF and 65. RGB value is (189,239,101). Sum of RGB (Red+Green+Blue) = 189+239+101=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF65 is #42109A. Grayscale: #D0D0D0. Windows color (decimal): -4329627 or 6680509. OLE color: 6680509.
HSL color Cylindrical-coordinate representation of color #BDEF65: hue angle of 81.74º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDEF65 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 101 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.06 |
| HSL | 81.74º | 0.81% | 0.67% | - |
| HSV(B) | 81.74º | 0.58% | 0.94% | - |
| XYZ | 54.2 | 73.49 | 23.64 | - |
| YUV | 208.32 | 67.44 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 101 | 0.21 | 0 | 0.58 | 0.06 | 81.74 | 0.81 | 0.67 |
| Hex | BD | EF | 65 | 15 | 0 | 3A | 6 | 52 | 51 | 43 |
| Octal | 275 | 357 | 145 | 25 | 0 | 72 | 6 | 122 | 121 | 103 |
| Binary | 10111101 | 11101111 | 1100101 | 10101 | 0 | 111010 | 110 | 1010010 | 1010001 | 1000011 |
Color Harmonies of #BDEF65
Complementary color
Monochromatic Colors of #BDEF65
Black with #BDEF65
Text Example
Text Example
White with #BDEF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF65; }
p { color: rgb(189,239,101); }
H1.HeaderClassName
{
color: #BDEF65;
}
.AnyTagClassName
{
color: #BDEF65;
}
</style>
background-color css
<style>
a { background-color: #BDEF65; }
a { background-color: rgb(189,239,101); }
div.DivClassName
{
background-color: #BDEF65;
}
.BgClassName
{
background-color: #BDEF65;
}
</style>
border-color css
<style>
span { border-color: #BDEF65; }
span { border-color: rgb(189,239,101); }
td.TdClassName
{
border-color: #BDEF65;
}
.TagClassName
{
border-color: #BDEF65;
}
</style>