Shades of Sulu #D4F688
Tints of Sulu #D4F688
RGB
CMYK
RGB Variations
Color information
#D4F688 (or 0xD4F688) is known color: Sulu. HEX triplet: D4, F6 and 88. RGB value is (212,246,136). Sum of RGB (Red+Green+Blue) = 212+246+136=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 136 (53.52% from 255 or 22.90% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #D4F688 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F688 is #2B0977. Grayscale: #DFDFDF. Windows color (decimal): -2820472 or 8976084. OLE color: 8976084.
HSL color Cylindrical-coordinate representation of color #D4F688: hue angle of 78.55º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4F688 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 246 | 136 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.04 |
| HSL | 78.55º | 0.86% | 0.75% | - |
| HSV(B) | 78.55º | 0.45% | 0.96% | - |
| XYZ | 64.55 | 81.69 | 35.66 | - |
| YUV | 223.29 | 78.74 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 246 | 136 | 0.14 | 0 | 0.45 | 0.04 | 78.55 | 0.86 | 0.75 |
| Hex | D4 | F6 | 88 | E | 0 | 2D | 4 | 4F | 56 | 4B |
| Octal | 324 | 366 | 210 | 16 | 0 | 55 | 4 | 117 | 126 | 113 |
| Binary | 11010100 | 11110110 | 10001000 | 1110 | 0 | 101101 | 100 | 1001111 | 1010110 | 1001011 |
Color Harmonies of #D4F688
Complementary color
Monochromatic Colors of #D4F688
Black with #D4F688
Text Example
Text Example
White with #D4F688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F688; }
p { color: rgb(212,246,136); }
H1.HeaderClassName
{
color: #D4F688;
}
.AnyTagClassName
{
color: #D4F688;
}
</style>
background-color css
<style>
a { background-color: #D4F688; }
a { background-color: rgb(212,246,136); }
div.DivClassName
{
background-color: #D4F688;
}
.BgClassName
{
background-color: #D4F688;
}
</style>
border-color css
<style>
span { border-color: #D4F688; }
span { border-color: rgb(212,246,136); }
td.TdClassName
{
border-color: #D4F688;
}
.TagClassName
{
border-color: #D4F688;
}
</style>