Shades of Sulu #BDEA7D
Tints of Sulu #BDEA7D
RGB
CMYK
RGB Variations
Color information
#BDEA7D (or 0xBDEA7D) is known color: Sulu. HEX triplet: BD, EA and 7D. RGB value is (189,234,125). Sum of RGB (Red+Green+Blue) = 189+234+125=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEA7D is #421582. Grayscale: #D0D0D0. Windows color (decimal): -4330883 or 8252093. OLE color: 8252093.
HSL color Cylindrical-coordinate representation of color #BDEA7D: hue angle of 84.77º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDEA7D is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 125 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.08 |
| HSL | 84.77º | 0.72% | 0.7% | - |
| HSV(B) | 84.77º | 0.47% | 0.92% | - |
| XYZ | 54.11 | 71.15 | 30.28 | - |
| YUV | 208.12 | 81.09 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 125 | 0.19 | 0 | 0.47 | 0.08 | 84.77 | 0.72 | 0.7 |
| Hex | BD | EA | 7D | 13 | 0 | 2F | 8 | 55 | 48 | 46 |
| Octal | 275 | 352 | 175 | 23 | 0 | 57 | 10 | 125 | 110 | 106 |
| Binary | 10111101 | 11101010 | 1111101 | 10011 | 0 | 101111 | 1000 | 1010101 | 1001000 | 1000110 |
Color Harmonies of #BDEA7D
Complementary color
Monochromatic Colors of #BDEA7D
Black with #BDEA7D
Text Example
Text Example
White with #BDEA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEA7D; }
p { color: rgb(189,234,125); }
H1.HeaderClassName
{
color: #BDEA7D;
}
.AnyTagClassName
{
color: #BDEA7D;
}
</style>
background-color css
<style>
a { background-color: #BDEA7D; }
a { background-color: rgb(189,234,125); }
div.DivClassName
{
background-color: #BDEA7D;
}
.BgClassName
{
background-color: #BDEA7D;
}
</style>
border-color css
<style>
span { border-color: #BDEA7D; }
span { border-color: rgb(189,234,125); }
td.TdClassName
{
border-color: #BDEA7D;
}
.TagClassName
{
border-color: #BDEA7D;
}
</style>