Shades of Sulu #BDF764
Tints of Sulu #BDF764
RGB
CMYK
RGB Variations
Color information
#BDF764 (or 0xBDF764) is known color: Sulu. HEX triplet: BD, F7 and 64. RGB value is (189,247,100). Sum of RGB (Red+Green+Blue) = 189+247+100=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF764 is #42089B. Grayscale: #D5D5D5. Windows color (decimal): -4327580 or 6617021. OLE color: 6617021.
HSL color Cylindrical-coordinate representation of color #BDF764: hue angle of 83.67º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDF764 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 100 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.03 |
| HSL | 83.67º | 0.9% | 0.68% | - |
| HSV(B) | 83.67º | 0.6% | 0.97% | - |
| XYZ | 56.55 | 78.26 | 24.18 | - |
| YUV | 212.9 | 64.28 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 100 | 0.23 | 0 | 0.60 | 0.03 | 83.67 | 0.9 | 0.68 |
| Hex | BD | F7 | 64 | 17 | 0 | 3C | 3 | 54 | 5A | 44 |
| Octal | 275 | 367 | 144 | 27 | 0 | 74 | 3 | 124 | 132 | 104 |
| Binary | 10111101 | 11110111 | 1100100 | 10111 | 0 | 111100 | 11 | 1010100 | 1011010 | 1000100 |
Color Harmonies of #BDF764
Complementary color
Monochromatic Colors of #BDF764
Black with #BDF764
Text Example
Text Example
White with #BDF764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF764; }
p { color: rgb(189,247,100); }
H1.HeaderClassName
{
color: #BDF764;
}
.AnyTagClassName
{
color: #BDF764;
}
</style>
background-color css
<style>
a { background-color: #BDF764; }
a { background-color: rgb(189,247,100); }
div.DivClassName
{
background-color: #BDF764;
}
.BgClassName
{
background-color: #BDF764;
}
</style>
border-color css
<style>
span { border-color: #BDF764; }
span { border-color: rgb(189,247,100); }
td.TdClassName
{
border-color: #BDF764;
}
.TagClassName
{
border-color: #BDF764;
}
</style>