Shades of Sulu #BFE678
Tints of Sulu #BFE678
RGB
CMYK
RGB Variations
Color information
#BFE678 (or 0xBFE678) is known color: Sulu. HEX triplet: BF, E6 and 78. RGB value is (191,230,120). Sum of RGB (Red+Green+Blue) = 191+230+120=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE678 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE678 is #401987. Grayscale: #CECECE. Windows color (decimal): -4200840 or 7923391. OLE color: 7923391.
HSL color Cylindrical-coordinate representation of color #BFE678: hue angle of 81.27º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFE678 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 120 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.10 |
| HSL | 81.27º | 0.69% | 0.69% | - |
| HSV(B) | 81.27º | 0.48% | 0.9% | - |
| XYZ | 53.17 | 69.03 | 28.29 | - |
| YUV | 205.8 | 79.58 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 120 | 0.17 | 0 | 0.48 | 0.10 | 81.27 | 0.69 | 0.69 |
| Hex | BF | E6 | 78 | 11 | 0 | 30 | A | 51 | 45 | 45 |
| Octal | 277 | 346 | 170 | 21 | 0 | 60 | 12 | 121 | 105 | 105 |
| Binary | 10111111 | 11100110 | 1111000 | 10001 | 0 | 110000 | 1010 | 1010001 | 1000101 | 1000101 |
Color Harmonies of #BFE678
Complementary color
Monochromatic Colors of #BFE678
Black with #BFE678
Text Example
Text Example
White with #BFE678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE678; }
p { color: rgb(191,230,120); }
H1.HeaderClassName
{
color: #BFE678;
}
.AnyTagClassName
{
color: #BFE678;
}
</style>
background-color css
<style>
a { background-color: #BFE678; }
a { background-color: rgb(191,230,120); }
div.DivClassName
{
background-color: #BFE678;
}
.BgClassName
{
background-color: #BFE678;
}
</style>
border-color css
<style>
span { border-color: #BFE678; }
span { border-color: rgb(191,230,120); }
td.TdClassName
{
border-color: #BFE678;
}
.TagClassName
{
border-color: #BFE678;
}
</style>