Shades of Sulu #BDF268
Tints of Sulu #BDF268
RGB
CMYK
RGB Variations
Color information
#BDF268 (or 0xBDF268) is known color: Sulu. HEX triplet: BD, F2 and 68. RGB value is (189,242,104). Sum of RGB (Red+Green+Blue) = 189+242+104=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF268 is #420D97. Grayscale: #D2D2D2. Windows color (decimal): -4328856 or 6877885. OLE color: 6877885.
HSL color Cylindrical-coordinate representation of color #BDF268: hue angle of 83.04º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDF268 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 104 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.05 |
| HSL | 83.04º | 0.84% | 0.68% | - |
| HSV(B) | 83.04º | 0.57% | 0.95% | - |
| XYZ | 55.24 | 75.32 | 24.72 | - |
| YUV | 210.42 | 67.94 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 104 | 0.22 | 0 | 0.57 | 0.05 | 83.04 | 0.84 | 0.68 |
| Hex | BD | F2 | 68 | 16 | 0 | 39 | 5 | 53 | 54 | 44 |
| Octal | 275 | 362 | 150 | 26 | 0 | 71 | 5 | 123 | 124 | 104 |
| Binary | 10111101 | 11110010 | 1101000 | 10110 | 0 | 111001 | 101 | 1010011 | 1010100 | 1000100 |
Color Harmonies of #BDF268
Complementary color
Monochromatic Colors of #BDF268
Black with #BDF268
Text Example
Text Example
White with #BDF268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF268; }
p { color: rgb(189,242,104); }
H1.HeaderClassName
{
color: #BDF268;
}
.AnyTagClassName
{
color: #BDF268;
}
</style>
background-color css
<style>
a { background-color: #BDF268; }
a { background-color: rgb(189,242,104); }
div.DivClassName
{
background-color: #BDF268;
}
.BgClassName
{
background-color: #BDF268;
}
</style>
border-color css
<style>
span { border-color: #BDF268; }
span { border-color: rgb(189,242,104); }
td.TdClassName
{
border-color: #BDF268;
}
.TagClassName
{
border-color: #BDF268;
}
</style>