Shades of Sulu #BDF18A
Tints of Sulu #BDF18A
RGB
CMYK
RGB Variations
Color information
#BDF18A (or 0xBDF18A) is known color: Sulu. HEX triplet: BD, F1 and 8A. RGB value is (189,241,138). Sum of RGB (Red+Green+Blue) = 189+241+138=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF18A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF18A is #420E75. Grayscale: #D6D6D6. Windows color (decimal): -4329078 or 9105853. OLE color: 9105853.
HSL color Cylindrical-coordinate representation of color #BDF18A: hue angle of 90.29º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDF18A is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 138 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.05 |
| HSL | 90.29º | 0.79% | 0.74% | - |
| HSV(B) | 90.29º | 0.43% | 0.95% | - |
| XYZ | 57.03 | 75.56 | 35.62 | - |
| YUV | 213.71 | 85.27 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 138 | 0.22 | 0 | 0.43 | 0.05 | 90.29 | 0.79 | 0.74 |
| Hex | BD | F1 | 8A | 16 | 0 | 2B | 5 | 5A | 4F | 4A |
| Octal | 275 | 361 | 212 | 26 | 0 | 53 | 5 | 132 | 117 | 112 |
| Binary | 10111101 | 11110001 | 10001010 | 10110 | 0 | 101011 | 101 | 1011010 | 1001111 | 1001010 |
Color Harmonies of #BDF18A
Complementary color
Monochromatic Colors of #BDF18A
Black with #BDF18A
Text Example
Text Example
White with #BDF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF18A; }
p { color: rgb(189,241,138); }
H1.HeaderClassName
{
color: #BDF18A;
}
.AnyTagClassName
{
color: #BDF18A;
}
</style>
background-color css
<style>
a { background-color: #BDF18A; }
a { background-color: rgb(189,241,138); }
div.DivClassName
{
background-color: #BDF18A;
}
.BgClassName
{
background-color: #BDF18A;
}
</style>
border-color css
<style>
span { border-color: #BDF18A; }
span { border-color: rgb(189,241,138); }
td.TdClassName
{
border-color: #BDF18A;
}
.TagClassName
{
border-color: #BDF18A;
}
</style>