Shades of Sulu #BDEF7C
Tints of Sulu #BDEF7C
RGB
CMYK
RGB Variations
Color information
#BDEF7C (or 0xBDEF7C) is known color: Sulu. HEX triplet: BD, EF and 7C. RGB value is (189,239,124). Sum of RGB (Red+Green+Blue) = 189+239+124=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF7C is #421083. Grayscale: #D3D3D3. Windows color (decimal): -4329604 or 8187837. OLE color: 8187837.
HSL color Cylindrical-coordinate representation of color #BDEF7C: hue angle of 86.09º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDEF7C is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 124 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.06 |
| HSL | 86.09º | 0.78% | 0.71% | - |
| HSV(B) | 86.09º | 0.48% | 0.94% | - |
| XYZ | 55.49 | 74.01 | 30.43 | - |
| YUV | 210.94 | 78.94 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 124 | 0.21 | 0 | 0.48 | 0.06 | 86.09 | 0.78 | 0.71 |
| Hex | BD | EF | 7C | 15 | 0 | 30 | 6 | 56 | 4E | 47 |
| Octal | 275 | 357 | 174 | 25 | 0 | 60 | 6 | 126 | 116 | 107 |
| Binary | 10111101 | 11101111 | 1111100 | 10101 | 0 | 110000 | 110 | 1010110 | 1001110 | 1000111 |
Color Harmonies of #BDEF7C
Complementary color
Monochromatic Colors of #BDEF7C
Black with #BDEF7C
Text Example
Text Example
White with #BDEF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF7C; }
p { color: rgb(189,239,124); }
H1.HeaderClassName
{
color: #BDEF7C;
}
.AnyTagClassName
{
color: #BDEF7C;
}
</style>
background-color css
<style>
a { background-color: #BDEF7C; }
a { background-color: rgb(189,239,124); }
div.DivClassName
{
background-color: #BDEF7C;
}
.BgClassName
{
background-color: #BDEF7C;
}
</style>
border-color css
<style>
span { border-color: #BDEF7C; }
span { border-color: rgb(189,239,124); }
td.TdClassName
{
border-color: #BDEF7C;
}
.TagClassName
{
border-color: #BDEF7C;
}
</style>