Shades of Sulu #D6F77D
Tints of Sulu #D6F77D
RGB
CMYK
RGB Variations
Color information
#D6F77D (or 0xD6F77D) is known color: Sulu. HEX triplet: D6, F7 and 7D. RGB value is (214,247,125). Sum of RGB (Red+Green+Blue) = 214+247+125=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 247 (96.88% from 255 or 42.15% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F77D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F77D is #290882. Grayscale: #DFDFDF. Windows color (decimal): -2689155 or 8255446. OLE color: 8255446.
HSL color Cylindrical-coordinate representation of color #D6F77D: hue angle of 76.23º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6F77D is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 247 | 125 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.03 |
| HSL | 76.23º | 0.88% | 0.73% | - |
| HSV(B) | 76.23º | 0.49% | 0.97% | - |
| XYZ | 64.69 | 82.3 | 31.88 | - |
| YUV | 223.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 247 | 125 | 0.13 | 0 | 0.49 | 0.03 | 76.23 | 0.88 | 0.73 |
| Hex | D6 | F7 | 7D | D | 0 | 31 | 3 | 4C | 58 | 49 |
| Octal | 326 | 367 | 175 | 15 | 0 | 61 | 3 | 114 | 130 | 111 |
| Binary | 11010110 | 11110111 | 1111101 | 1101 | 0 | 110001 | 11 | 1001100 | 1011000 | 1001001 |
Color Harmonies of #D6F77D
Complementary color
Monochromatic Colors of #D6F77D
Black with #D6F77D
Text Example
Text Example
White with #D6F77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F77D; }
p { color: rgb(214,247,125); }
H1.HeaderClassName
{
color: #D6F77D;
}
.AnyTagClassName
{
color: #D6F77D;
}
</style>
background-color css
<style>
a { background-color: #D6F77D; }
a { background-color: rgb(214,247,125); }
div.DivClassName
{
background-color: #D6F77D;
}
.BgClassName
{
background-color: #D6F77D;
}
</style>
border-color css
<style>
span { border-color: #D6F77D; }
span { border-color: rgb(214,247,125); }
td.TdClassName
{
border-color: #D6F77D;
}
.TagClassName
{
border-color: #D6F77D;
}
</style>