Shades of Sulu #BDF065
Tints of Sulu #BDF065
RGB
CMYK
RGB Variations
Color information
#BDF065 (or 0xBDF065) is known color: Sulu. HEX triplet: BD, F0 and 65. RGB value is (189,240,101). Sum of RGB (Red+Green+Blue) = 189+240+101=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF065 is #420F9A. Grayscale: #D1D1D1. Windows color (decimal): -4329371 or 6680765. OLE color: 6680765.
HSL color Cylindrical-coordinate representation of color #BDF065: hue angle of 82.01º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDF065 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 101 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.06 |
| HSL | 82.01º | 0.82% | 0.67% | - |
| HSV(B) | 82.01º | 0.58% | 0.94% | - |
| XYZ | 54.5 | 74.08 | 23.74 | - |
| YUV | 208.91 | 67.1 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 101 | 0.21 | 0 | 0.58 | 0.06 | 82.01 | 0.82 | 0.67 |
| Hex | BD | F0 | 65 | 15 | 0 | 3A | 6 | 52 | 52 | 43 |
| Octal | 275 | 360 | 145 | 25 | 0 | 72 | 6 | 122 | 122 | 103 |
| Binary | 10111101 | 11110000 | 1100101 | 10101 | 0 | 111010 | 110 | 1010010 | 1010010 | 1000011 |
Color Harmonies of #BDF065
Complementary color
Monochromatic Colors of #BDF065
Black with #BDF065
Text Example
Text Example
White with #BDF065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF065; }
p { color: rgb(189,240,101); }
H1.HeaderClassName
{
color: #BDF065;
}
.AnyTagClassName
{
color: #BDF065;
}
</style>
background-color css
<style>
a { background-color: #BDF065; }
a { background-color: rgb(189,240,101); }
div.DivClassName
{
background-color: #BDF065;
}
.BgClassName
{
background-color: #BDF065;
}
</style>
border-color css
<style>
span { border-color: #BDF065; }
span { border-color: rgb(189,240,101); }
td.TdClassName
{
border-color: #BDF065;
}
.TagClassName
{
border-color: #BDF065;
}
</style>