Shades of Sulu #BDF68A
Tints of Sulu #BDF68A
RGB
CMYK
RGB Variations
Color information
#BDF68A (or 0xBDF68A) is known color: Sulu. HEX triplet: BD, F6 and 8A. RGB value is (189,246,138). Sum of RGB (Red+Green+Blue) = 189+246+138=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 246 (96.48% from 255 or 42.93% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF68A is #420975. Grayscale: #D9D9D9. Windows color (decimal): -4327798 or 9107133. OLE color: 9107133.
HSL color Cylindrical-coordinate representation of color #BDF68A: hue angle of 91.67º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDF68A is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 138 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.04 |
| HSL | 91.67º | 0.86% | 0.75% | - |
| HSV(B) | 91.67º | 0.44% | 0.96% | - |
| XYZ | 58.53 | 78.57 | 36.12 | - |
| YUV | 216.65 | 83.62 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 138 | 0.23 | 0 | 0.44 | 0.04 | 91.67 | 0.86 | 0.75 |
| Hex | BD | F6 | 8A | 17 | 0 | 2C | 4 | 5C | 56 | 4B |
| Octal | 275 | 366 | 212 | 27 | 0 | 54 | 4 | 134 | 126 | 113 |
| Binary | 10111101 | 11110110 | 10001010 | 10111 | 0 | 101100 | 100 | 1011100 | 1010110 | 1001011 |
Color Harmonies of #BDF68A
Complementary color
Monochromatic Colors of #BDF68A
Black with #BDF68A
Text Example
Text Example
White with #BDF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF68A; }
p { color: rgb(189,246,138); }
H1.HeaderClassName
{
color: #BDF68A;
}
.AnyTagClassName
{
color: #BDF68A;
}
</style>
background-color css
<style>
a { background-color: #BDF68A; }
a { background-color: rgb(189,246,138); }
div.DivClassName
{
background-color: #BDF68A;
}
.BgClassName
{
background-color: #BDF68A;
}
</style>
border-color css
<style>
span { border-color: #BDF68A; }
span { border-color: rgb(189,246,138); }
td.TdClassName
{
border-color: #BDF68A;
}
.TagClassName
{
border-color: #BDF68A;
}
</style>