Shades of Sulu #D4F383
Tints of Sulu #D4F383
RGB
CMYK
RGB Variations
Color information
#D4F383 (or 0xD4F383) is known color: Sulu. HEX triplet: D4, F3 and 83. RGB value is (212,243,131). Sum of RGB (Red+Green+Blue) = 212+243+131=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 131 (51.56% from 255 or 22.35% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F383 is #2B0C7C. Grayscale: #DDDDDD. Windows color (decimal): -2821245 or 8647636. OLE color: 8647636.
HSL color Cylindrical-coordinate representation of color #D4F383: hue angle of 76.61º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4F383 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 243 | 131 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.05 |
| HSL | 76.61º | 0.82% | 0.73% | - |
| HSV(B) | 76.61º | 0.46% | 0.95% | - |
| XYZ | 63.3 | 79.74 | 33.53 | - |
| YUV | 220.96 | 77.23 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 243 | 131 | 0.13 | 0 | 0.46 | 0.05 | 76.61 | 0.82 | 0.73 |
| Hex | D4 | F3 | 83 | D | 0 | 2E | 5 | 4D | 52 | 49 |
| Octal | 324 | 363 | 203 | 15 | 0 | 56 | 5 | 115 | 122 | 111 |
| Binary | 11010100 | 11110011 | 10000011 | 1101 | 0 | 101110 | 101 | 1001101 | 1010010 | 1001001 |
Color Harmonies of #D4F383
Complementary color
Monochromatic Colors of #D4F383
Black with #D4F383
Text Example
Text Example
White with #D4F383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F383; }
p { color: rgb(212,243,131); }
H1.HeaderClassName
{
color: #D4F383;
}
.AnyTagClassName
{
color: #D4F383;
}
</style>
background-color css
<style>
a { background-color: #D4F383; }
a { background-color: rgb(212,243,131); }
div.DivClassName
{
background-color: #D4F383;
}
.BgClassName
{
background-color: #D4F383;
}
</style>
border-color css
<style>
span { border-color: #D4F383; }
span { border-color: rgb(212,243,131); }
td.TdClassName
{
border-color: #D4F383;
}
.TagClassName
{
border-color: #D4F383;
}
</style>