Shades of Sulu #D6FC7C
Tints of Sulu #D6FC7C
RGB
CMYK
RGB Variations
Color information
#D6FC7C (or 0xD6FC7C) is known color: Sulu. HEX triplet: D6, FC and 7C. RGB value is (214,252,124). Sum of RGB (Red+Green+Blue) = 214+252+124=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 124 (48.83% from 255 or 21.02% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FC7C is #290383. Grayscale: #E2E2E2. Windows color (decimal): -2687876 or 8191190. OLE color: 8191190.
HSL color Cylindrical-coordinate representation of color #D6FC7C: hue angle of 77.81º 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 #D6FC7C is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 252 | 124 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.01 |
| HSL | 77.81º | 0.96% | 0.74% | - |
| HSV(B) | 77.81º | 0.51% | 0.99% | - |
| XYZ | 66.18 | 85.37 | 32.06 | - |
| YUV | 226.05 | 70.41 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 252 | 124 | 0.15 | 0 | 0.51 | 0.01 | 77.81 | 0.96 | 0.74 |
| Hex | D6 | FC | 7C | F | 0 | 33 | 1 | 4E | 60 | 4A |
| Octal | 326 | 374 | 174 | 17 | 0 | 63 | 1 | 116 | 140 | 112 |
| Binary | 11010110 | 11111100 | 1111100 | 1111 | 0 | 110011 | 1 | 1001110 | 1100000 | 1001010 |
Color Harmonies of #D6FC7C
Complementary color
Monochromatic Colors of #D6FC7C
Black with #D6FC7C
Text Example
Text Example
White with #D6FC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FC7C; }
p { color: rgb(214,252,124); }
H1.HeaderClassName
{
color: #D6FC7C;
}
.AnyTagClassName
{
color: #D6FC7C;
}
</style>
background-color css
<style>
a { background-color: #D6FC7C; }
a { background-color: rgb(214,252,124); }
div.DivClassName
{
background-color: #D6FC7C;
}
.BgClassName
{
background-color: #D6FC7C;
}
</style>
border-color css
<style>
span { border-color: #D6FC7C; }
span { border-color: rgb(214,252,124); }
td.TdClassName
{
border-color: #D6FC7C;
}
.TagClassName
{
border-color: #D6FC7C;
}
</style>