Shades of Sulu #BDF27A
Tints of Sulu #BDF27A
RGB
CMYK
RGB Variations
Color information
#BDF27A (or 0xBDF27A) is known color: Sulu. HEX triplet: BD, F2 and 7A. RGB value is (189,242,122). Sum of RGB (Red+Green+Blue) = 189+242+122=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF27A is #420D85. Grayscale: #D4D4D4. Windows color (decimal): -4328838 or 8057533. OLE color: 8057533.
HSL color Cylindrical-coordinate representation of color #BDF27A: hue angle of 86.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDF27A is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 122 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.05 |
| HSL | 86.5º | 0.82% | 0.71% | - |
| HSV(B) | 86.5º | 0.5% | 0.95% | - |
| XYZ | 56.25 | 75.73 | 30.06 | - |
| YUV | 212.47 | 76.94 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 122 | 0.22 | 0 | 0.50 | 0.05 | 86.5 | 0.82 | 0.71 |
| Hex | BD | F2 | 7A | 16 | 0 | 32 | 5 | 56 | 52 | 47 |
| Octal | 275 | 362 | 172 | 26 | 0 | 62 | 5 | 126 | 122 | 107 |
| Binary | 10111101 | 11110010 | 1111010 | 10110 | 0 | 110010 | 101 | 1010110 | 1010010 | 1000111 |
Color Harmonies of #BDF27A
Complementary color
Monochromatic Colors of #BDF27A
Black with #BDF27A
Text Example
Text Example
White with #BDF27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF27A; }
p { color: rgb(189,242,122); }
H1.HeaderClassName
{
color: #BDF27A;
}
.AnyTagClassName
{
color: #BDF27A;
}
</style>
background-color css
<style>
a { background-color: #BDF27A; }
a { background-color: rgb(189,242,122); }
div.DivClassName
{
background-color: #BDF27A;
}
.BgClassName
{
background-color: #BDF27A;
}
</style>
border-color css
<style>
span { border-color: #BDF27A; }
span { border-color: rgb(189,242,122); }
td.TdClassName
{
border-color: #BDF27A;
}
.TagClassName
{
border-color: #BDF27A;
}
</style>