Shades of Sulu #BFED70
Tints of Sulu #BFED70
RGB
CMYK
RGB Variations
Color information
#BFED70 (or 0xBFED70) is known color: Sulu. HEX triplet: BF, ED and 70. RGB value is (191,237,112). Sum of RGB (Red+Green+Blue) = 191+237+112=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFED70 is #40128F. Grayscale: #D1D1D1. Windows color (decimal): -4199056 or 7400895. OLE color: 7400895.
HSL color Cylindrical-coordinate representation of color #BFED70: hue angle of 82.08º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFED70 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 112 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.07 |
| HSL | 82.08º | 0.78% | 0.68% | - |
| HSV(B) | 82.08º | 0.53% | 0.93% | - |
| XYZ | 54.69 | 72.81 | 26.5 | - |
| YUV | 209 | 73.26 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 112 | 0.19 | 0 | 0.53 | 0.07 | 82.08 | 0.78 | 0.68 |
| Hex | BF | ED | 70 | 13 | 0 | 35 | 7 | 52 | 4E | 44 |
| Octal | 277 | 355 | 160 | 23 | 0 | 65 | 7 | 122 | 116 | 104 |
| Binary | 10111111 | 11101101 | 1110000 | 10011 | 0 | 110101 | 111 | 1010010 | 1001110 | 1000100 |
Color Harmonies of #BFED70
Complementary color
Monochromatic Colors of #BFED70
Black with #BFED70
Text Example
Text Example
White with #BFED70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED70; }
p { color: rgb(191,237,112); }
H1.HeaderClassName
{
color: #BFED70;
}
.AnyTagClassName
{
color: #BFED70;
}
</style>
background-color css
<style>
a { background-color: #BFED70; }
a { background-color: rgb(191,237,112); }
div.DivClassName
{
background-color: #BFED70;
}
.BgClassName
{
background-color: #BFED70;
}
</style>
border-color css
<style>
span { border-color: #BFED70; }
span { border-color: rgb(191,237,112); }
td.TdClassName
{
border-color: #BFED70;
}
.TagClassName
{
border-color: #BFED70;
}
</style>