Shades of Sulu #BDF269
Tints of Sulu #BDF269
RGB
CMYK
RGB Variations
Color information
#BDF269 (or 0xBDF269) is known color: Sulu. HEX triplet: BD, F2 and 69. RGB value is (189,242,105). Sum of RGB (Red+Green+Blue) = 189+242+105=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF269 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF269 is #420D96. Grayscale: #D3D3D3. Windows color (decimal): -4328855 or 6943421. OLE color: 6943421.
HSL color Cylindrical-coordinate representation of color #BDF269: hue angle of 83.21º 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 #BDF269 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 105 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.05 |
| HSL | 83.21º | 0.84% | 0.68% | - |
| HSV(B) | 83.21º | 0.57% | 0.95% | - |
| XYZ | 55.29 | 75.34 | 24.99 | - |
| YUV | 210.54 | 68.44 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 105 | 0.22 | 0 | 0.57 | 0.05 | 83.21 | 0.84 | 0.68 |
| Hex | BD | F2 | 69 | 16 | 0 | 39 | 5 | 53 | 54 | 44 |
| Octal | 275 | 362 | 151 | 26 | 0 | 71 | 5 | 123 | 124 | 104 |
| Binary | 10111101 | 11110010 | 1101001 | 10110 | 0 | 111001 | 101 | 1010011 | 1010100 | 1000100 |
Color Harmonies of #BDF269
Complementary color
Monochromatic Colors of #BDF269
Black with #BDF269
Text Example
Text Example
White with #BDF269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF269; }
p { color: rgb(189,242,105); }
H1.HeaderClassName
{
color: #BDF269;
}
.AnyTagClassName
{
color: #BDF269;
}
</style>
background-color css
<style>
a { background-color: #BDF269; }
a { background-color: rgb(189,242,105); }
div.DivClassName
{
background-color: #BDF269;
}
.BgClassName
{
background-color: #BDF269;
}
</style>
border-color css
<style>
span { border-color: #BDF269; }
span { border-color: rgb(189,242,105); }
td.TdClassName
{
border-color: #BDF269;
}
.TagClassName
{
border-color: #BDF269;
}
</style>