Shades of Sulu #D4FF7B
Tints of Sulu #D4FF7B
RGB
CMYK
RGB Variations
Color information
#D4FF7B (or 0xD4FF7B) is known color: Sulu. HEX triplet: D4, FF and 7B. RGB value is (212,255,123). Sum of RGB (Red+Green+Blue) = 212+255+123=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 123 (48.44% from 255 or 20.85% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FF7B is #2B0084. Grayscale: #E3E3E3. Windows color (decimal): -2818181 or 8126420. OLE color: 8126420.
HSL color Cylindrical-coordinate representation of color #D4FF7B: hue angle of 79.55º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4FF7B is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 123 | - |
| CMYK | 0.17 | 0 | 0.52 | 0 |
| HSL | 79.55º | 1% | 0.74% | - |
| HSV(B) | 79.55º | 0.52% | 1% | - |
| XYZ | 66.49 | 86.95 | 32.02 | - |
| YUV | 227.1 | 69.25 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 123 | 0.17 | 0 | 0.52 | 0 | 79.55 | 1 | 0.74 |
| Hex | D4 | FF | 7B | 11 | 0 | 34 | 0 | 50 | 64 | 4A |
| Octal | 324 | 377 | 173 | 21 | 0 | 64 | 0 | 120 | 144 | 112 |
| Binary | 11010100 | 11111111 | 1111011 | 10001 | 0 | 110100 | 0 | 1010000 | 1100100 | 1001010 |
Color Harmonies of #D4FF7B
Complementary color
Monochromatic Colors of #D4FF7B
Black with #D4FF7B
Text Example
Text Example
White with #D4FF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF7B; }
p { color: rgb(212,255,123); }
H1.HeaderClassName
{
color: #D4FF7B;
}
.AnyTagClassName
{
color: #D4FF7B;
}
</style>
background-color css
<style>
a { background-color: #D4FF7B; }
a { background-color: rgb(212,255,123); }
div.DivClassName
{
background-color: #D4FF7B;
}
.BgClassName
{
background-color: #D4FF7B;
}
</style>
border-color css
<style>
span { border-color: #D4FF7B; }
span { border-color: rgb(212,255,123); }
td.TdClassName
{
border-color: #D4FF7B;
}
.TagClassName
{
border-color: #D4FF7B;
}
</style>