Shades of Sulu #D4F085
Tints of Sulu #D4F085
RGB
CMYK
RGB Variations
Color information
#D4F085 (or 0xD4F085) is known color: Sulu. HEX triplet: D4, F0 and 85. RGB value is (212,240,133). Sum of RGB (Red+Green+Blue) = 212+240+133=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F085 is #2B0F7A. Grayscale: #DBDBDB. Windows color (decimal): -2822011 or 8777940. OLE color: 8777940.
HSL color Cylindrical-coordinate representation of color #D4F085: hue angle of 75.7º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4F085 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 240 | 133 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.06 |
| HSL | 75.7º | 0.78% | 0.73% | - |
| HSV(B) | 75.7º | 0.45% | 0.94% | - |
| XYZ | 62.55 | 78.01 | 33.95 | - |
| YUV | 219.43 | 79.22 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 240 | 133 | 0.12 | 0 | 0.45 | 0.06 | 75.7 | 0.78 | 0.73 |
| Hex | D4 | F0 | 85 | C | 0 | 2D | 6 | 4C | 4E | 49 |
| Octal | 324 | 360 | 205 | 14 | 0 | 55 | 6 | 114 | 116 | 111 |
| Binary | 11010100 | 11110000 | 10000101 | 1100 | 0 | 101101 | 110 | 1001100 | 1001110 | 1001001 |
Color Harmonies of #D4F085
Complementary color
Monochromatic Colors of #D4F085
Black with #D4F085
Text Example
Text Example
White with #D4F085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F085; }
p { color: rgb(212,240,133); }
H1.HeaderClassName
{
color: #D4F085;
}
.AnyTagClassName
{
color: #D4F085;
}
</style>
background-color css
<style>
a { background-color: #D4F085; }
a { background-color: rgb(212,240,133); }
div.DivClassName
{
background-color: #D4F085;
}
.BgClassName
{
background-color: #D4F085;
}
</style>
border-color css
<style>
span { border-color: #D4F085; }
span { border-color: rgb(212,240,133); }
td.TdClassName
{
border-color: #D4F085;
}
.TagClassName
{
border-color: #D4F085;
}
</style>