Shades of Sulu #D3FF74
Tints of Sulu #D3FF74
RGB
CMYK
RGB Variations
Color information
#D3FF74 (or 0xD3FF74) is known color: Sulu. HEX triplet: D3, FF and 74. RGB value is (211,255,116). Sum of RGB (Red+Green+Blue) = 211+255+116=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 116 (45.70% from 255 or 19.93% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FF74 is #2C008B. Grayscale: #E2E2E2. Windows color (decimal): -2883724 or 7667667. OLE color: 7667667.
HSL color Cylindrical-coordinate representation of color #D3FF74: hue angle of 78.99º 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 #D3FF74 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 255 | 116 | - |
| CMYK | 0.17 | 0 | 0.55 | 0 |
| HSL | 78.99º | 1% | 0.73% | - |
| HSV(B) | 78.99º | 0.55% | 1% | - |
| XYZ | 65.78 | 86.63 | 29.78 | - |
| YUV | 226 | 65.92 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 255 | 116 | 0.17 | 0 | 0.55 | 0 | 78.99 | 1 | 0.73 |
| Hex | D3 | FF | 74 | 11 | 0 | 37 | 0 | 4F | 64 | 49 |
| Octal | 323 | 377 | 164 | 21 | 0 | 67 | 0 | 117 | 144 | 111 |
| Binary | 11010011 | 11111111 | 1110100 | 10001 | 0 | 110111 | 0 | 1001111 | 1100100 | 1001001 |
Color Harmonies of #D3FF74
Complementary color
Monochromatic Colors of #D3FF74
Black with #D3FF74
Text Example
Text Example
White with #D3FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FF74; }
p { color: rgb(211,255,116); }
H1.HeaderClassName
{
color: #D3FF74;
}
.AnyTagClassName
{
color: #D3FF74;
}
</style>
background-color css
<style>
a { background-color: #D3FF74; }
a { background-color: rgb(211,255,116); }
div.DivClassName
{
background-color: #D3FF74;
}
.BgClassName
{
background-color: #D3FF74;
}
</style>
border-color css
<style>
span { border-color: #D3FF74; }
span { border-color: rgb(211,255,116); }
td.TdClassName
{
border-color: #D3FF74;
}
.TagClassName
{
border-color: #D3FF74;
}
</style>