Shades of Sulu #D6F382
Tints of Sulu #D6F382
RGB
CMYK
RGB Variations
Color information
#D6F382 (or 0xD6F382) is known color: Sulu. HEX triplet: D6, F3 and 82. RGB value is (214,243,130). Sum of RGB (Red+Green+Blue) = 214+243+130=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 243 (95.31% from 255 or 41.40% from 587); Blue value is 130 (51.17% from 255 or 22.15% from 587); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F382 is #290C7D. Grayscale: #DDDDDD. Windows color (decimal): -2690174 or 8582102. OLE color: 8582102.
HSL color Cylindrical-coordinate representation of color #D6F382: hue angle of 75.4º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6F382 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 243 | 130 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.05 |
| HSL | 75.4º | 0.82% | 0.73% | - |
| HSV(B) | 75.4º | 0.47% | 0.95% | - |
| XYZ | 63.81 | 80.01 | 33.2 | - |
| YUV | 221.45 | 76.39 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 243 | 130 | 0.12 | 0 | 0.47 | 0.05 | 75.4 | 0.82 | 0.73 |
| Hex | D6 | F3 | 82 | C | 0 | 2F | 5 | 4B | 52 | 49 |
| Octal | 326 | 363 | 202 | 14 | 0 | 57 | 5 | 113 | 122 | 111 |
| Binary | 11010110 | 11110011 | 10000010 | 1100 | 0 | 101111 | 101 | 1001011 | 1010010 | 1001001 |
Color Harmonies of #D6F382
Complementary color
Monochromatic Colors of #D6F382
Black with #D6F382
Text Example
Text Example
White with #D6F382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F382; }
p { color: rgb(214,243,130); }
H1.HeaderClassName
{
color: #D6F382;
}
.AnyTagClassName
{
color: #D6F382;
}
</style>
background-color css
<style>
a { background-color: #D6F382; }
a { background-color: rgb(214,243,130); }
div.DivClassName
{
background-color: #D6F382;
}
.BgClassName
{
background-color: #D6F382;
}
</style>
border-color css
<style>
span { border-color: #D6F382; }
span { border-color: rgb(214,243,130); }
td.TdClassName
{
border-color: #D6F382;
}
.TagClassName
{
border-color: #D6F382;
}
</style>