Shades of Sulu #D4F380
Tints of Sulu #D4F380
RGB
CMYK
RGB Variations
Color information
#D4F380 (or 0xD4F380) is known color: Sulu. HEX triplet: D4, F3 and 80. RGB value is (212,243,128). Sum of RGB (Red+Green+Blue) = 212+243+128=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F380 is #2B0C7F. Grayscale: #DDDDDD. Windows color (decimal): -2821248 or 8451028. OLE color: 8451028.
HSL color Cylindrical-coordinate representation of color #D4F380: hue angle of 76.17º degrees, saturation: 0.83, 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 #D4F380 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 243 | 128 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.05 |
| HSL | 76.17º | 0.83% | 0.73% | - |
| HSV(B) | 76.17º | 0.47% | 0.95% | - |
| XYZ | 63.1 | 79.66 | 32.47 | - |
| YUV | 220.62 | 75.73 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 243 | 128 | 0.13 | 0 | 0.47 | 0.05 | 76.17 | 0.83 | 0.73 |
| Hex | D4 | F3 | 80 | D | 0 | 2F | 5 | 4C | 53 | 49 |
| Octal | 324 | 363 | 200 | 15 | 0 | 57 | 5 | 114 | 123 | 111 |
| Binary | 11010100 | 11110011 | 10000000 | 1101 | 0 | 101111 | 101 | 1001100 | 1010011 | 1001001 |
Color Harmonies of #D4F380
Complementary color
Monochromatic Colors of #D4F380
Black with #D4F380
Text Example
Text Example
White with #D4F380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F380; }
p { color: rgb(212,243,128); }
H1.HeaderClassName
{
color: #D4F380;
}
.AnyTagClassName
{
color: #D4F380;
}
</style>
background-color css
<style>
a { background-color: #D4F380; }
a { background-color: rgb(212,243,128); }
div.DivClassName
{
background-color: #D4F380;
}
.BgClassName
{
background-color: #D4F380;
}
</style>
border-color css
<style>
span { border-color: #D4F380; }
span { border-color: rgb(212,243,128); }
td.TdClassName
{
border-color: #D4F380;
}
.TagClassName
{
border-color: #D4F380;
}
</style>