Shades of Sulu #BDF965
Tints of Sulu #BDF965
RGB
CMYK
RGB Variations
Color information
#BDF965 (or 0xBDF965) is known color: Sulu. HEX triplet: BD, F9 and 65. RGB value is (189,249,101). Sum of RGB (Red+Green+Blue) = 189+249+101=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF965 is #42069A. Grayscale: #D6D6D6. Windows color (decimal): -4327067 or 6683069. OLE color: 6683069.
HSL color Cylindrical-coordinate representation of color #BDF965: hue angle of 84.32º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDF965 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 101 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.02 |
| HSL | 84.32º | 0.93% | 0.69% | - |
| HSV(B) | 84.32º | 0.59% | 0.98% | - |
| XYZ | 57.21 | 79.51 | 24.64 | - |
| YUV | 214.19 | 64.12 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 101 | 0.24 | 0 | 0.59 | 0.02 | 84.32 | 0.93 | 0.69 |
| Hex | BD | F9 | 65 | 18 | 0 | 3B | 2 | 54 | 5C | 45 |
| Octal | 275 | 371 | 145 | 30 | 0 | 73 | 2 | 124 | 134 | 105 |
| Binary | 10111101 | 11111001 | 1100101 | 11000 | 0 | 111011 | 10 | 1010100 | 1011100 | 1000101 |
Color Harmonies of #BDF965
Complementary color
Monochromatic Colors of #BDF965
Black with #BDF965
Text Example
Text Example
White with #BDF965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF965; }
p { color: rgb(189,249,101); }
H1.HeaderClassName
{
color: #BDF965;
}
.AnyTagClassName
{
color: #BDF965;
}
</style>
background-color css
<style>
a { background-color: #BDF965; }
a { background-color: rgb(189,249,101); }
div.DivClassName
{
background-color: #BDF965;
}
.BgClassName
{
background-color: #BDF965;
}
</style>
border-color css
<style>
span { border-color: #BDF965; }
span { border-color: rgb(189,249,101); }
td.TdClassName
{
border-color: #BDF965;
}
.TagClassName
{
border-color: #BDF965;
}
</style>