Shades of Sulu #D4F67B
Tints of Sulu #D4F67B
RGB
CMYK
RGB Variations
Color information
#D4F67B (or 0xD4F67B) is known color: Sulu. HEX triplet: D4, F6 and 7B. RGB value is (212,246,123). Sum of RGB (Red+Green+Blue) = 212+246+123=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 123 (48.44% from 255 or 21.17% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #D4F67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F67B is #2B0984. Grayscale: #DEDEDE. Windows color (decimal): -2820485 or 8124116. OLE color: 8124116.
HSL color Cylindrical-coordinate representation of color #D4F67B: hue angle of 76.59º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4F67B is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 246 | 123 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.04 |
| HSL | 76.59º | 0.87% | 0.72% | - |
| HSV(B) | 76.59º | 0.5% | 0.96% | - |
| XYZ | 63.68 | 81.34 | 31.08 | - |
| YUV | 221.81 | 72.24 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 246 | 123 | 0.14 | 0 | 0.50 | 0.04 | 76.59 | 0.87 | 0.72 |
| Hex | D4 | F6 | 7B | E | 0 | 32 | 4 | 4D | 57 | 48 |
| Octal | 324 | 366 | 173 | 16 | 0 | 62 | 4 | 115 | 127 | 110 |
| Binary | 11010100 | 11110110 | 1111011 | 1110 | 0 | 110010 | 100 | 1001101 | 1010111 | 1001000 |
Color Harmonies of #D4F67B
Complementary color
Monochromatic Colors of #D4F67B
Black with #D4F67B
Text Example
Text Example
White with #D4F67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F67B; }
p { color: rgb(212,246,123); }
H1.HeaderClassName
{
color: #D4F67B;
}
.AnyTagClassName
{
color: #D4F67B;
}
</style>
background-color css
<style>
a { background-color: #D4F67B; }
a { background-color: rgb(212,246,123); }
div.DivClassName
{
background-color: #D4F67B;
}
.BgClassName
{
background-color: #D4F67B;
}
</style>
border-color css
<style>
span { border-color: #D4F67B; }
span { border-color: rgb(212,246,123); }
td.TdClassName
{
border-color: #D4F67B;
}
.TagClassName
{
border-color: #D4F67B;
}
</style>