Shades of Sulu #BDF385
Tints of Sulu #BDF385
RGB
CMYK
RGB Variations
Color information
#BDF385 (or 0xBDF385) is known color: Sulu. HEX triplet: BD, F3 and 85. RGB value is (189,243,133). Sum of RGB (Red+Green+Blue) = 189+243+133=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF385 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF385 is #420C7A. Grayscale: #D6D6D6. Windows color (decimal): -4328571 or 8778685. OLE color: 8778685.
HSL color Cylindrical-coordinate representation of color #BDF385: hue angle of 89.45º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDF385 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 133 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.05 |
| HSL | 89.45º | 0.82% | 0.74% | - |
| HSV(B) | 89.45º | 0.45% | 0.95% | - |
| XYZ | 57.27 | 76.61 | 33.96 | - |
| YUV | 214.31 | 82.11 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 133 | 0.22 | 0 | 0.45 | 0.05 | 89.45 | 0.82 | 0.74 |
| Hex | BD | F3 | 85 | 16 | 0 | 2D | 5 | 59 | 52 | 4A |
| Octal | 275 | 363 | 205 | 26 | 0 | 55 | 5 | 131 | 122 | 112 |
| Binary | 10111101 | 11110011 | 10000101 | 10110 | 0 | 101101 | 101 | 1011001 | 1010010 | 1001010 |
Color Harmonies of #BDF385
Complementary color
Monochromatic Colors of #BDF385
Black with #BDF385
Text Example
Text Example
White with #BDF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF385; }
p { color: rgb(189,243,133); }
H1.HeaderClassName
{
color: #BDF385;
}
.AnyTagClassName
{
color: #BDF385;
}
</style>
background-color css
<style>
a { background-color: #BDF385; }
a { background-color: rgb(189,243,133); }
div.DivClassName
{
background-color: #BDF385;
}
.BgClassName
{
background-color: #BDF385;
}
</style>
border-color css
<style>
span { border-color: #BDF385; }
span { border-color: rgb(189,243,133); }
td.TdClassName
{
border-color: #BDF385;
}
.TagClassName
{
border-color: #BDF385;
}
</style>