Shades of Sulu #BDF677
Tints of Sulu #BDF677
RGB
CMYK
RGB Variations
Color information
#BDF677 (or 0xBDF677) is known color: Sulu. HEX triplet: BD, F6 and 77. RGB value is (189,246,119). Sum of RGB (Red+Green+Blue) = 189+246+119=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 119 (46.88% from 255 or 21.48% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF677 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF677 is #420988. Grayscale: #D6D6D6. Windows color (decimal): -4327817 or 7861949. OLE color: 7861949.
HSL color Cylindrical-coordinate representation of color #BDF677: hue angle of 86.93º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDF677 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 119 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.04 |
| HSL | 86.93º | 0.88% | 0.72% | - |
| HSV(B) | 86.93º | 0.52% | 0.96% | - |
| XYZ | 57.27 | 78.06 | 29.5 | - |
| YUV | 214.48 | 74.12 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 119 | 0.23 | 0 | 0.52 | 0.04 | 86.93 | 0.88 | 0.72 |
| Hex | BD | F6 | 77 | 17 | 0 | 34 | 4 | 57 | 58 | 48 |
| Octal | 275 | 366 | 167 | 27 | 0 | 64 | 4 | 127 | 130 | 110 |
| Binary | 10111101 | 11110110 | 1110111 | 10111 | 0 | 110100 | 100 | 1010111 | 1011000 | 1001000 |
Color Harmonies of #BDF677
Complementary color
Monochromatic Colors of #BDF677
Black with #BDF677
Text Example
Text Example
White with #BDF677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF677; }
p { color: rgb(189,246,119); }
H1.HeaderClassName
{
color: #BDF677;
}
.AnyTagClassName
{
color: #BDF677;
}
</style>
background-color css
<style>
a { background-color: #BDF677; }
a { background-color: rgb(189,246,119); }
div.DivClassName
{
background-color: #BDF677;
}
.BgClassName
{
background-color: #BDF677;
}
</style>
border-color css
<style>
span { border-color: #BDF677; }
span { border-color: rgb(189,246,119); }
td.TdClassName
{
border-color: #BDF677;
}
.TagClassName
{
border-color: #BDF677;
}
</style>