Shades of Sulu #BDF365
Tints of Sulu #BDF365
RGB
CMYK
RGB Variations
Color information
#BDF365 (or 0xBDF365) is known color: Sulu. HEX triplet: BD, F3 and 65. RGB value is (189,243,101). Sum of RGB (Red+Green+Blue) = 189+243+101=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF365 is #420C9A. Grayscale: #D3D3D3. Windows color (decimal): -4328603 or 6681533. OLE color: 6681533.
HSL color Cylindrical-coordinate representation of color #BDF365: hue angle of 82.82º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDF365 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 101 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.05 |
| HSL | 82.82º | 0.86% | 0.67% | - |
| HSV(B) | 82.82º | 0.58% | 0.95% | - |
| XYZ | 55.39 | 75.86 | 24.04 | - |
| YUV | 210.67 | 66.11 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 101 | 0.22 | 0 | 0.58 | 0.05 | 82.82 | 0.86 | 0.67 |
| Hex | BD | F3 | 65 | 16 | 0 | 3A | 5 | 53 | 56 | 43 |
| Octal | 275 | 363 | 145 | 26 | 0 | 72 | 5 | 123 | 126 | 103 |
| Binary | 10111101 | 11110011 | 1100101 | 10110 | 0 | 111010 | 101 | 1010011 | 1010110 | 1000011 |
Color Harmonies of #BDF365
Complementary color
Monochromatic Colors of #BDF365
Black with #BDF365
Text Example
Text Example
White with #BDF365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF365; }
p { color: rgb(189,243,101); }
H1.HeaderClassName
{
color: #BDF365;
}
.AnyTagClassName
{
color: #BDF365;
}
</style>
background-color css
<style>
a { background-color: #BDF365; }
a { background-color: rgb(189,243,101); }
div.DivClassName
{
background-color: #BDF365;
}
.BgClassName
{
background-color: #BDF365;
}
</style>
border-color css
<style>
span { border-color: #BDF365; }
span { border-color: rgb(189,243,101); }
td.TdClassName
{
border-color: #BDF365;
}
.TagClassName
{
border-color: #BDF365;
}
</style>