Shades of Sulu #BDF468
Tints of Sulu #BDF468
RGB
CMYK
RGB Variations
Color information
#BDF468 (or 0xBDF468) is known color: Sulu. HEX triplet: BD, F4 and 68. RGB value is (189,244,104). Sum of RGB (Red+Green+Blue) = 189+244+104=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 244 (95.70% from 255 or 45.44% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF468 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF468 is #420B97. Grayscale: #D4D4D4. Windows color (decimal): -4328344 or 6878397. OLE color: 6878397.
HSL color Cylindrical-coordinate representation of color #BDF468: hue angle of 83.57º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDF468 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 104 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.04 |
| HSL | 83.57º | 0.86% | 0.68% | - |
| HSV(B) | 83.57º | 0.57% | 0.96% | - |
| XYZ | 55.84 | 76.52 | 24.92 | - |
| YUV | 211.6 | 67.28 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 104 | 0.23 | 0 | 0.57 | 0.04 | 83.57 | 0.86 | 0.68 |
| Hex | BD | F4 | 68 | 17 | 0 | 39 | 4 | 54 | 56 | 44 |
| Octal | 275 | 364 | 150 | 27 | 0 | 71 | 4 | 124 | 126 | 104 |
| Binary | 10111101 | 11110100 | 1101000 | 10111 | 0 | 111001 | 100 | 1010100 | 1010110 | 1000100 |
Color Harmonies of #BDF468
Complementary color
Monochromatic Colors of #BDF468
Black with #BDF468
Text Example
Text Example
White with #BDF468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF468; }
p { color: rgb(189,244,104); }
H1.HeaderClassName
{
color: #BDF468;
}
.AnyTagClassName
{
color: #BDF468;
}
</style>
background-color css
<style>
a { background-color: #BDF468; }
a { background-color: rgb(189,244,104); }
div.DivClassName
{
background-color: #BDF468;
}
.BgClassName
{
background-color: #BDF468;
}
</style>
border-color css
<style>
span { border-color: #BDF468; }
span { border-color: rgb(189,244,104); }
td.TdClassName
{
border-color: #BDF468;
}
.TagClassName
{
border-color: #BDF468;
}
</style>