Shades of Sulu #BFF27B
Tints of Sulu #BFF27B
RGB
CMYK
RGB Variations
Color information
#BFF27B (or 0xBFF27B) is known color: Sulu. HEX triplet: BF, F2 and 7B. RGB value is (191,242,123). Sum of RGB (Red+Green+Blue) = 191+242+123=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 123 (48.44% from 255 or 22.12% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF27B is #400D84. Grayscale: #D5D5D5. Windows color (decimal): -4197765 or 8123071. OLE color: 8123071.
HSL color Cylindrical-coordinate representation of color #BFF27B: hue angle of 85.71º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFF27B is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 123 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.05 |
| HSL | 85.71º | 0.82% | 0.72% | - |
| HSV(B) | 85.71º | 0.49% | 0.95% | - |
| XYZ | 56.81 | 76.01 | 30.42 | - |
| YUV | 213.19 | 77.1 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 123 | 0.21 | 0 | 0.49 | 0.05 | 85.71 | 0.82 | 0.72 |
| Hex | BF | F2 | 7B | 15 | 0 | 31 | 5 | 56 | 52 | 48 |
| Octal | 277 | 362 | 173 | 25 | 0 | 61 | 5 | 126 | 122 | 110 |
| Binary | 10111111 | 11110010 | 1111011 | 10101 | 0 | 110001 | 101 | 1010110 | 1010010 | 1001000 |
Color Harmonies of #BFF27B
Complementary color
Monochromatic Colors of #BFF27B
Black with #BFF27B
Text Example
Text Example
White with #BFF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF27B; }
p { color: rgb(191,242,123); }
H1.HeaderClassName
{
color: #BFF27B;
}
.AnyTagClassName
{
color: #BFF27B;
}
</style>
background-color css
<style>
a { background-color: #BFF27B; }
a { background-color: rgb(191,242,123); }
div.DivClassName
{
background-color: #BFF27B;
}
.BgClassName
{
background-color: #BFF27B;
}
</style>
border-color css
<style>
span { border-color: #BFF27B; }
span { border-color: rgb(191,242,123); }
td.TdClassName
{
border-color: #BFF27B;
}
.TagClassName
{
border-color: #BFF27B;
}
</style>