Shades of Sulu #D4FF83
Tints of Sulu #D4FF83
RGB
CMYK
RGB Variations
Color information
#D4FF83 (or 0xD4FF83) is known color: Sulu. HEX triplet: D4, FF and 83. RGB value is (212,255,131). Sum of RGB (Red+Green+Blue) = 212+255+131=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 131 (51.56% from 255 or 21.91% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FF83 is #2B007C. Grayscale: #E4E4E4. Windows color (decimal): -2818173 or 8650708. OLE color: 8650708.
HSL color Cylindrical-coordinate representation of color #D4FF83: hue angle of 80.81º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4FF83 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 131 | - |
| CMYK | 0.17 | 0 | 0.49 | 0 |
| HSL | 80.81º | 1% | 0.76% | - |
| HSV(B) | 80.81º | 0.49% | 1% | - |
| XYZ | 67.01 | 87.16 | 34.76 | - |
| YUV | 228.01 | 73.25 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 131 | 0.17 | 0 | 0.49 | 0 | 80.81 | 1 | 0.76 |
| Hex | D4 | FF | 83 | 11 | 0 | 31 | 0 | 51 | 64 | 4C |
| Octal | 324 | 377 | 203 | 21 | 0 | 61 | 0 | 121 | 144 | 114 |
| Binary | 11010100 | 11111111 | 10000011 | 10001 | 0 | 110001 | 0 | 1010001 | 1100100 | 1001100 |
Color Harmonies of #D4FF83
Complementary color
Monochromatic Colors of #D4FF83
Black with #D4FF83
Text Example
Text Example
White with #D4FF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF83; }
p { color: rgb(212,255,131); }
H1.HeaderClassName
{
color: #D4FF83;
}
.AnyTagClassName
{
color: #D4FF83;
}
</style>
background-color css
<style>
a { background-color: #D4FF83; }
a { background-color: rgb(212,255,131); }
div.DivClassName
{
background-color: #D4FF83;
}
.BgClassName
{
background-color: #D4FF83;
}
</style>
border-color css
<style>
span { border-color: #D4FF83; }
span { border-color: rgb(212,255,131); }
td.TdClassName
{
border-color: #D4FF83;
}
.TagClassName
{
border-color: #D4FF83;
}
</style>