Shades of Sulu #D2F384
Tints of Sulu #D2F384
RGB
CMYK
RGB Variations
Color information
#D2F384 (or 0xD2F384) is known color: Sulu. HEX triplet: D2, F3 and 84. RGB value is (210,243,132). Sum of RGB (Red+Green+Blue) = 210+243+132=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F384 is #2D0C7B. Grayscale: #DCDCDC. Windows color (decimal): -2952316 or 8713170. OLE color: 8713170.
HSL color Cylindrical-coordinate representation of color #D2F384: hue angle of 77.84º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2F384 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 132 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.05 |
| HSL | 77.84º | 0.82% | 0.74% | - |
| HSV(B) | 77.84º | 0.46% | 0.95% | - |
| XYZ | 62.79 | 79.47 | 33.86 | - |
| YUV | 220.48 | 78.07 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 132 | 0.14 | 0 | 0.46 | 0.05 | 77.84 | 0.82 | 0.74 |
| Hex | D2 | F3 | 84 | E | 0 | 2E | 5 | 4E | 52 | 4A |
| Octal | 322 | 363 | 204 | 16 | 0 | 56 | 5 | 116 | 122 | 112 |
| Binary | 11010010 | 11110011 | 10000100 | 1110 | 0 | 101110 | 101 | 1001110 | 1010010 | 1001010 |
Color Harmonies of #D2F384
Complementary color
Monochromatic Colors of #D2F384
Black with #D2F384
Text Example
Text Example
White with #D2F384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F384; }
p { color: rgb(210,243,132); }
H1.HeaderClassName
{
color: #D2F384;
}
.AnyTagClassName
{
color: #D2F384;
}
</style>
background-color css
<style>
a { background-color: #D2F384; }
a { background-color: rgb(210,243,132); }
div.DivClassName
{
background-color: #D2F384;
}
.BgClassName
{
background-color: #D2F384;
}
</style>
border-color css
<style>
span { border-color: #D2F384; }
span { border-color: rgb(210,243,132); }
td.TdClassName
{
border-color: #D2F384;
}
.TagClassName
{
border-color: #D2F384;
}
</style>