Shades of Sulu #B7FA68
Tints of Sulu #B7FA68
RGB
CMYK
RGB Variations
Color information
#B7FA68 (or 0xB7FA68) is known color: Sulu. HEX triplet: B7, FA and 68. RGB value is (183,250,104). Sum of RGB (Red+Green+Blue) = 183+250+104=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7FA68 is #480597. Grayscale: #D5D5D5. Windows color (decimal): -4720024 or 6879927. OLE color: 6879927.
HSL color Cylindrical-coordinate representation of color #B7FA68: hue angle of 87.53º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7FA68 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 250 | 104 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.02 |
| HSL | 87.53º | 0.94% | 0.69% | - |
| HSV(B) | 87.53º | 0.58% | 0.98% | - |
| XYZ | 56.21 | 79.44 | 25.47 | - |
| YUV | 213.32 | 66.3 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 250 | 104 | 0.27 | 0 | 0.58 | 0.02 | 87.53 | 0.94 | 0.69 |
| Hex | B7 | FA | 68 | 1B | 0 | 3A | 2 | 58 | 5E | 45 |
| Octal | 267 | 372 | 150 | 33 | 0 | 72 | 2 | 130 | 136 | 105 |
| Binary | 10110111 | 11111010 | 1101000 | 11011 | 0 | 111010 | 10 | 1011000 | 1011110 | 1000101 |
Color Harmonies of #B7FA68
Complementary color
Monochromatic Colors of #B7FA68
Black with #B7FA68
Text Example
Text Example
White with #B7FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FA68; }
p { color: rgb(183,250,104); }
H1.HeaderClassName
{
color: #B7FA68;
}
.AnyTagClassName
{
color: #B7FA68;
}
</style>
background-color css
<style>
a { background-color: #B7FA68; }
a { background-color: rgb(183,250,104); }
div.DivClassName
{
background-color: #B7FA68;
}
.BgClassName
{
background-color: #B7FA68;
}
</style>
border-color css
<style>
span { border-color: #B7FA68; }
span { border-color: rgb(183,250,104); }
td.TdClassName
{
border-color: #B7FA68;
}
.TagClassName
{
border-color: #B7FA68;
}
</style>