Shades of Sulu #D4FF7F
Tints of Sulu #D4FF7F
RGB
CMYK
RGB Variations
Color information
#D4FF7F (or 0xD4FF7F) is known color: Sulu. HEX triplet: D4, FF and 7F. RGB value is (212,255,127). Sum of RGB (Red+Green+Blue) = 212+255+127=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 127 (50% from 255 or 21.38% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FF7F is #2B0080. Grayscale: #E4E4E4. Windows color (decimal): -2818177 or 8388564. OLE color: 8388564.
HSL color Cylindrical-coordinate representation of color #D4FF7F: hue angle of 80.16º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4FF7F is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
RGB | 212 | 255 | 127 | - |
CMYK | 0.17 | 0 | 0.50 | 0 |
HSL | 80.16º | 1% | 0.75% | - |
HSV(B) | 80.16º | 0.5% | 1% | - |
XYZ | 66.74 | 87.05 | 33.36 | - |
YUV | 227.55 | 71.25 | 116.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 255 | 127 | 0.17 | 0 | 0.50 | 0 | 80.16 | 1 | 0.75 |
Hex | D4 | FF | 7F | 11 | 0 | 32 | 0 | 50 | 64 | 4B |
Octal | 324 | 377 | 177 | 21 | 0 | 62 | 0 | 120 | 144 | 113 |
Binary | 11010100 | 11111111 | 1111111 | 10001 | 0 | 110010 | 0 | 1010000 | 1100100 | 1001011 |
Color Harmonies of #D4FF7F
Complementary color
Monochromatic Colors of #D4FF7F
Black with #D4FF7F
Text Example
Text Example
White with #D4FF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF7F; }
p { color: rgb(212,255,127); }
H1.HeaderClassName
{
color: #D4FF7F;
}
.AnyTagClassName
{
color: #D4FF7F;
}
</style>
background-color css
<style>
a { background-color: #D4FF7F; }
a { background-color: rgb(212,255,127); }
div.DivClassName
{
background-color: #D4FF7F;
}
.BgClassName
{
background-color: #D4FF7F;
}
</style>
border-color css
<style>
span { border-color: #D4FF7F; }
span { border-color: rgb(212,255,127); }
td.TdClassName
{
border-color: #D4FF7F;
}
.TagClassName
{
border-color: #D4FF7F;
}
</style>