Shades of Sulu #BDF380
Tints of Sulu #BDF380
RGB
CMYK
RGB Variations
Color information
#BDF380 (or 0xBDF380) is known color: Sulu. HEX triplet: BD, F3 and 80. RGB value is (189,243,128). Sum of RGB (Red+Green+Blue) = 189+243+128=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF380 is #420C7F. Grayscale: #D6D6D6. Windows color (decimal): -4328576 or 8451005. OLE color: 8451005.
HSL color Cylindrical-coordinate representation of color #BDF380: hue angle of 88.17º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDF380 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 128 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.05 |
| HSL | 88.17º | 0.83% | 0.73% | - |
| HSV(B) | 88.17º | 0.47% | 0.95% | - |
| XYZ | 56.93 | 76.48 | 32.18 | - |
| YUV | 213.74 | 79.61 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 128 | 0.22 | 0 | 0.47 | 0.05 | 88.17 | 0.83 | 0.73 |
| Hex | BD | F3 | 80 | 16 | 0 | 2F | 5 | 58 | 53 | 49 |
| Octal | 275 | 363 | 200 | 26 | 0 | 57 | 5 | 130 | 123 | 111 |
| Binary | 10111101 | 11110011 | 10000000 | 10110 | 0 | 101111 | 101 | 1011000 | 1010011 | 1001001 |
Color Harmonies of #BDF380
Complementary color
Monochromatic Colors of #BDF380
Black with #BDF380
Text Example
Text Example
White with #BDF380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF380; }
p { color: rgb(189,243,128); }
H1.HeaderClassName
{
color: #BDF380;
}
.AnyTagClassName
{
color: #BDF380;
}
</style>
background-color css
<style>
a { background-color: #BDF380; }
a { background-color: rgb(189,243,128); }
div.DivClassName
{
background-color: #BDF380;
}
.BgClassName
{
background-color: #BDF380;
}
</style>
border-color css
<style>
span { border-color: #BDF380; }
span { border-color: rgb(189,243,128); }
td.TdClassName
{
border-color: #BDF380;
}
.TagClassName
{
border-color: #BDF380;
}
</style>