Shades of Sulu #D4FF85
Tints of Sulu #D4FF85
RGB
CMYK
RGB Variations
Color information
#D4FF85 (or 0xD4FF85) is known color: Sulu. HEX triplet: D4, FF and 85. RGB value is (212,255,133). Sum of RGB (Red+Green+Blue) = 212+255+133=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FF85 is #2B007A. Grayscale: #E4E4E4. Windows color (decimal): -2818171 or 8781780. OLE color: 8781780.
HSL color Cylindrical-coordinate representation of color #D4FF85: hue angle of 81.15º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4FF85 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 133 | - |
| CMYK | 0.17 | 0 | 0.48 | 0 |
| HSL | 81.15º | 1% | 0.76% | - |
| HSV(B) | 81.15º | 0.48% | 1% | - |
| XYZ | 67.15 | 87.21 | 35.48 | - |
| YUV | 228.24 | 74.25 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 133 | 0.17 | 0 | 0.48 | 0 | 81.15 | 1 | 0.76 |
| Hex | D4 | FF | 85 | 11 | 0 | 30 | 0 | 51 | 64 | 4C |
| Octal | 324 | 377 | 205 | 21 | 0 | 60 | 0 | 121 | 144 | 114 |
| Binary | 11010100 | 11111111 | 10000101 | 10001 | 0 | 110000 | 0 | 1010001 | 1100100 | 1001100 |
Color Harmonies of #D4FF85
Complementary color
Monochromatic Colors of #D4FF85
Black with #D4FF85
Text Example
Text Example
White with #D4FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF85; }
p { color: rgb(212,255,133); }
H1.HeaderClassName
{
color: #D4FF85;
}
.AnyTagClassName
{
color: #D4FF85;
}
</style>
background-color css
<style>
a { background-color: #D4FF85; }
a { background-color: rgb(212,255,133); }
div.DivClassName
{
background-color: #D4FF85;
}
.BgClassName
{
background-color: #D4FF85;
}
</style>
border-color css
<style>
span { border-color: #D4FF85; }
span { border-color: rgb(212,255,133); }
td.TdClassName
{
border-color: #D4FF85;
}
.TagClassName
{
border-color: #D4FF85;
}
</style>