Shades of Sulu #BDF18C
Tints of Sulu #BDF18C
RGB
CMYK
RGB Variations
Color information
#BDF18C (or 0xBDF18C) is known color: Sulu. HEX triplet: BD, F1 and 8C. RGB value is (189,241,140). Sum of RGB (Red+Green+Blue) = 189+241+140=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF18C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF18C is #420E73. Grayscale: #D6D6D6. Windows color (decimal): -4329076 or 9236925. OLE color: 9236925.
HSL color Cylindrical-coordinate representation of color #BDF18C: hue angle of 90.89º degrees, saturation: 0.78, 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 #BDF18C is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 140 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.05 |
| HSL | 90.89º | 0.78% | 0.75% | - |
| HSV(B) | 90.89º | 0.42% | 0.95% | - |
| XYZ | 57.18 | 75.62 | 36.39 | - |
| YUV | 213.94 | 86.27 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 140 | 0.22 | 0 | 0.42 | 0.05 | 90.89 | 0.78 | 0.75 |
| Hex | BD | F1 | 8C | 16 | 0 | 2A | 5 | 5B | 4E | 4B |
| Octal | 275 | 361 | 214 | 26 | 0 | 52 | 5 | 133 | 116 | 113 |
| Binary | 10111101 | 11110001 | 10001100 | 10110 | 0 | 101010 | 101 | 1011011 | 1001110 | 1001011 |
Color Harmonies of #BDF18C
Complementary color
Monochromatic Colors of #BDF18C
Black with #BDF18C
Text Example
Text Example
White with #BDF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF18C; }
p { color: rgb(189,241,140); }
H1.HeaderClassName
{
color: #BDF18C;
}
.AnyTagClassName
{
color: #BDF18C;
}
</style>
background-color css
<style>
a { background-color: #BDF18C; }
a { background-color: rgb(189,241,140); }
div.DivClassName
{
background-color: #BDF18C;
}
.BgClassName
{
background-color: #BDF18C;
}
</style>
border-color css
<style>
span { border-color: #BDF18C; }
span { border-color: rgb(189,241,140); }
td.TdClassName
{
border-color: #BDF18C;
}
.TagClassName
{
border-color: #BDF18C;
}
</style>