Shades of Sulu #BDF27C
Tints of Sulu #BDF27C
RGB
CMYK
RGB Variations
Color information
#BDF27C (or 0xBDF27C) is known color: Sulu. HEX triplet: BD, F2 and 7C. RGB value is (189,242,124). Sum of RGB (Red+Green+Blue) = 189+242+124=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF27C is #420D83. Grayscale: #D5D5D5. Windows color (decimal): -4328836 or 8188605. OLE color: 8188605.
HSL color Cylindrical-coordinate representation of color #BDF27C: hue angle of 86.95º 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 #BDF27C is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 124 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.05 |
| HSL | 86.95º | 0.82% | 0.72% | - |
| HSV(B) | 86.95º | 0.49% | 0.95% | - |
| XYZ | 56.38 | 75.78 | 30.72 | - |
| YUV | 212.7 | 77.94 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 124 | 0.22 | 0 | 0.49 | 0.05 | 86.95 | 0.82 | 0.72 |
| Hex | BD | F2 | 7C | 16 | 0 | 31 | 5 | 57 | 52 | 48 |
| Octal | 275 | 362 | 174 | 26 | 0 | 61 | 5 | 127 | 122 | 110 |
| Binary | 10111101 | 11110010 | 1111100 | 10110 | 0 | 110001 | 101 | 1010111 | 1010010 | 1001000 |
Color Harmonies of #BDF27C
Complementary color
Monochromatic Colors of #BDF27C
Black with #BDF27C
Text Example
Text Example
White with #BDF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF27C; }
p { color: rgb(189,242,124); }
H1.HeaderClassName
{
color: #BDF27C;
}
.AnyTagClassName
{
color: #BDF27C;
}
</style>
background-color css
<style>
a { background-color: #BDF27C; }
a { background-color: rgb(189,242,124); }
div.DivClassName
{
background-color: #BDF27C;
}
.BgClassName
{
background-color: #BDF27C;
}
</style>
border-color css
<style>
span { border-color: #BDF27C; }
span { border-color: rgb(189,242,124); }
td.TdClassName
{
border-color: #BDF27C;
}
.TagClassName
{
border-color: #BDF27C;
}
</style>