Shades of Sulu #BFF38C
Tints of Sulu #BFF38C
RGB
CMYK
RGB Variations
Color information
#BFF38C (or 0xBFF38C) is known color: Sulu. HEX triplet: BF, F3 and 8C. RGB value is (191,243,140). Sum of RGB (Red+Green+Blue) = 191+243+140=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 140 (55.08% from 255 or 24.39% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF38C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF38C is #400C73. Grayscale: #D8D8D8. Windows color (decimal): -4197492 or 9237439. OLE color: 9237439.
HSL color Cylindrical-coordinate representation of color #BFF38C: hue angle of 90.29º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFF38C is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 140 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.05 |
| HSL | 90.29º | 0.81% | 0.75% | - |
| HSV(B) | 90.29º | 0.42% | 0.95% | - |
| XYZ | 58.27 | 77.07 | 36.62 | - |
| YUV | 215.71 | 85.27 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 140 | 0.21 | 0 | 0.42 | 0.05 | 90.29 | 0.81 | 0.75 |
| Hex | BF | F3 | 8C | 15 | 0 | 2A | 5 | 5A | 51 | 4B |
| Octal | 277 | 363 | 214 | 25 | 0 | 52 | 5 | 132 | 121 | 113 |
| Binary | 10111111 | 11110011 | 10001100 | 10101 | 0 | 101010 | 101 | 1011010 | 1010001 | 1001011 |
Color Harmonies of #BFF38C
Complementary color
Monochromatic Colors of #BFF38C
Black with #BFF38C
Text Example
Text Example
White with #BFF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF38C; }
p { color: rgb(191,243,140); }
H1.HeaderClassName
{
color: #BFF38C;
}
.AnyTagClassName
{
color: #BFF38C;
}
</style>
background-color css
<style>
a { background-color: #BFF38C; }
a { background-color: rgb(191,243,140); }
div.DivClassName
{
background-color: #BFF38C;
}
.BgClassName
{
background-color: #BFF38C;
}
</style>
border-color css
<style>
span { border-color: #BFF38C; }
span { border-color: rgb(191,243,140); }
td.TdClassName
{
border-color: #BFF38C;
}
.TagClassName
{
border-color: #BFF38C;
}
</style>