Shades of Sulu #BDFC7C
Tints of Sulu #BDFC7C
RGB
CMYK
RGB Variations
Color information
#BDFC7C (or 0xBDFC7C) is known color: Sulu. HEX triplet: BD, FC and 7C. RGB value is (189,252,124). Sum of RGB (Red+Green+Blue) = 189+252+124=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 124 (48.83% from 255 or 21.95% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFC7C is #420383. Grayscale: #DBDBDB. Windows color (decimal): -4326276 or 8191165. OLE color: 8191165.
HSL color Cylindrical-coordinate representation of color #BDFC7C: hue angle of 89.53º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDFC7C is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 124 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.01 |
| HSL | 89.53º | 0.96% | 0.74% | - |
| HSV(B) | 89.53º | 0.51% | 0.99% | - |
| XYZ | 59.43 | 81.89 | 31.74 | - |
| YUV | 218.57 | 74.63 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 124 | 0.25 | 0 | 0.51 | 0.01 | 89.53 | 0.96 | 0.74 |
| Hex | BD | FC | 7C | 19 | 0 | 33 | 1 | 5A | 60 | 4A |
| Octal | 275 | 374 | 174 | 31 | 0 | 63 | 1 | 132 | 140 | 112 |
| Binary | 10111101 | 11111100 | 1111100 | 11001 | 0 | 110011 | 1 | 1011010 | 1100000 | 1001010 |
Color Harmonies of #BDFC7C
Complementary color
Monochromatic Colors of #BDFC7C
Black with #BDFC7C
Text Example
Text Example
White with #BDFC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFC7C; }
p { color: rgb(189,252,124); }
H1.HeaderClassName
{
color: #BDFC7C;
}
.AnyTagClassName
{
color: #BDFC7C;
}
</style>
background-color css
<style>
a { background-color: #BDFC7C; }
a { background-color: rgb(189,252,124); }
div.DivClassName
{
background-color: #BDFC7C;
}
.BgClassName
{
background-color: #BDFC7C;
}
</style>
border-color css
<style>
span { border-color: #BDFC7C; }
span { border-color: rgb(189,252,124); }
td.TdClassName
{
border-color: #BDFC7C;
}
.TagClassName
{
border-color: #BDFC7C;
}
</style>