Shades of Sulu #BDEF6C
Tints of Sulu #BDEF6C
RGB
CMYK
RGB Variations
Color information
#BDEF6C (or 0xBDEF6C) is known color: Sulu. HEX triplet: BD, EF and 6C. RGB value is (189,239,108). Sum of RGB (Red+Green+Blue) = 189+239+108=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF6C is #421093. Grayscale: #D1D1D1. Windows color (decimal): -4329620 or 7139261. OLE color: 7139261.
HSL color Cylindrical-coordinate representation of color #BDEF6C: hue angle of 82.9º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDEF6C is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 108 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.06 |
| HSL | 82.9º | 0.8% | 0.68% | - |
| HSV(B) | 82.9º | 0.55% | 0.94% | - |
| XYZ | 54.56 | 73.63 | 25.52 | - |
| YUV | 209.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 108 | 0.21 | 0 | 0.55 | 0.06 | 82.9 | 0.8 | 0.68 |
| Hex | BD | EF | 6C | 15 | 0 | 37 | 6 | 53 | 50 | 44 |
| Octal | 275 | 357 | 154 | 25 | 0 | 67 | 6 | 123 | 120 | 104 |
| Binary | 10111101 | 11101111 | 1101100 | 10101 | 0 | 110111 | 110 | 1010011 | 1010000 | 1000100 |
Color Harmonies of #BDEF6C
Complementary color
Monochromatic Colors of #BDEF6C
Black with #BDEF6C
Text Example
Text Example
White with #BDEF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF6C; }
p { color: rgb(189,239,108); }
H1.HeaderClassName
{
color: #BDEF6C;
}
.AnyTagClassName
{
color: #BDEF6C;
}
</style>
background-color css
<style>
a { background-color: #BDEF6C; }
a { background-color: rgb(189,239,108); }
div.DivClassName
{
background-color: #BDEF6C;
}
.BgClassName
{
background-color: #BDEF6C;
}
</style>
border-color css
<style>
span { border-color: #BDEF6C; }
span { border-color: rgb(189,239,108); }
td.TdClassName
{
border-color: #BDEF6C;
}
.TagClassName
{
border-color: #BDEF6C;
}
</style>