Shades of Sulu #D2FF74
Tints of Sulu #D2FF74
RGB
CMYK
RGB Variations
Color information
#D2FF74 (or 0xD2FF74) is known color: Sulu. HEX triplet: D2, FF and 74. RGB value is (210,255,116). Sum of RGB (Red+Green+Blue) = 210+255+116=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 116 (45.70% from 255 or 19.97% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FF74 is #2D008B. Grayscale: #E2E2E2. Windows color (decimal): -2949260 or 7667666. OLE color: 7667666.
HSL color Cylindrical-coordinate representation of color #D2FF74: hue angle of 79.42º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2FF74 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 116 | - |
| CMYK | 0.18 | 0 | 0.55 | 0 |
| HSL | 79.42º | 1% | 0.73% | - |
| HSV(B) | 79.42º | 0.55% | 1% | - |
| XYZ | 65.49 | 86.48 | 29.76 | - |
| YUV | 225.7 | 66.09 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 116 | 0.18 | 0 | 0.55 | 0 | 79.42 | 1 | 0.73 |
| Hex | D2 | FF | 74 | 12 | 0 | 37 | 0 | 4F | 64 | 49 |
| Octal | 322 | 377 | 164 | 22 | 0 | 67 | 0 | 117 | 144 | 111 |
| Binary | 11010010 | 11111111 | 1110100 | 10010 | 0 | 110111 | 0 | 1001111 | 1100100 | 1001001 |
Color Harmonies of #D2FF74
Complementary color
Monochromatic Colors of #D2FF74
Black with #D2FF74
Text Example
Text Example
White with #D2FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF74; }
p { color: rgb(210,255,116); }
H1.HeaderClassName
{
color: #D2FF74;
}
.AnyTagClassName
{
color: #D2FF74;
}
</style>
background-color css
<style>
a { background-color: #D2FF74; }
a { background-color: rgb(210,255,116); }
div.DivClassName
{
background-color: #D2FF74;
}
.BgClassName
{
background-color: #D2FF74;
}
</style>
border-color css
<style>
span { border-color: #D2FF74; }
span { border-color: rgb(210,255,116); }
td.TdClassName
{
border-color: #D2FF74;
}
.TagClassName
{
border-color: #D2FF74;
}
</style>