Shades of Sulu #BDF36E
Tints of Sulu #BDF36E
RGB
CMYK
RGB Variations
Color information
#BDF36E (or 0xBDF36E) is known color: Sulu. HEX triplet: BD, F3 and 6E. RGB value is (189,243,110). Sum of RGB (Red+Green+Blue) = 189+243+110=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF36E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF36E is #420C91. Grayscale: #D4D4D4. Windows color (decimal): -4328594 or 7271357. OLE color: 7271357.
HSL color Cylindrical-coordinate representation of color #BDF36E: hue angle of 84.36º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDF36E is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 110 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.05 |
| HSL | 84.36º | 0.85% | 0.69% | - |
| HSV(B) | 84.36º | 0.55% | 0.95% | - |
| XYZ | 55.85 | 76.05 | 26.49 | - |
| YUV | 211.69 | 70.61 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 110 | 0.22 | 0 | 0.55 | 0.05 | 84.36 | 0.85 | 0.69 |
| Hex | BD | F3 | 6E | 16 | 0 | 37 | 5 | 54 | 55 | 45 |
| Octal | 275 | 363 | 156 | 26 | 0 | 67 | 5 | 124 | 125 | 105 |
| Binary | 10111101 | 11110011 | 1101110 | 10110 | 0 | 110111 | 101 | 1010100 | 1010101 | 1000101 |
Color Harmonies of #BDF36E
Complementary color
Monochromatic Colors of #BDF36E
Black with #BDF36E
Text Example
Text Example
White with #BDF36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF36E; }
p { color: rgb(189,243,110); }
H1.HeaderClassName
{
color: #BDF36E;
}
.AnyTagClassName
{
color: #BDF36E;
}
</style>
background-color css
<style>
a { background-color: #BDF36E; }
a { background-color: rgb(189,243,110); }
div.DivClassName
{
background-color: #BDF36E;
}
.BgClassName
{
background-color: #BDF36E;
}
</style>
border-color css
<style>
span { border-color: #BDF36E; }
span { border-color: rgb(189,243,110); }
td.TdClassName
{
border-color: #BDF36E;
}
.TagClassName
{
border-color: #BDF36E;
}
</style>