Shades of Sulu #D4F58B
Tints of Sulu #D4F58B
RGB
CMYK
RGB Variations
Color information
#D4F58B (or 0xD4F58B) is known color: Sulu. HEX triplet: D4, F5 and 8B. RGB value is (212,245,139). Sum of RGB (Red+Green+Blue) = 212+245+139=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 245 (96.09% from 255 or 41.11% from 596); Blue value is 139 (54.69% from 255 or 23.32% from 596); Max value from RGB is 245 - color contains mainly: green. Hex color #D4F58B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F58B is #2B0A74. Grayscale: #DFDFDF. Windows color (decimal): -2820725 or 9172436. OLE color: 9172436.
HSL color Cylindrical-coordinate representation of color #D4F58B: hue angle of 78.68º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4F58B is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 245 | 139 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.04 |
| HSL | 78.68º | 0.84% | 0.75% | - |
| HSV(B) | 78.68º | 0.43% | 0.96% | - |
| XYZ | 64.46 | 81.17 | 36.7 | - |
| YUV | 223.05 | 80.57 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 245 | 139 | 0.13 | 0 | 0.43 | 0.04 | 78.68 | 0.84 | 0.75 |
| Hex | D4 | F5 | 8B | D | 0 | 2B | 4 | 4F | 54 | 4B |
| Octal | 324 | 365 | 213 | 15 | 0 | 53 | 4 | 117 | 124 | 113 |
| Binary | 11010100 | 11110101 | 10001011 | 1101 | 0 | 101011 | 100 | 1001111 | 1010100 | 1001011 |
Color Harmonies of #D4F58B
Complementary color
Monochromatic Colors of #D4F58B
Black with #D4F58B
Text Example
Text Example
White with #D4F58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F58B; }
p { color: rgb(212,245,139); }
H1.HeaderClassName
{
color: #D4F58B;
}
.AnyTagClassName
{
color: #D4F58B;
}
</style>
background-color css
<style>
a { background-color: #D4F58B; }
a { background-color: rgb(212,245,139); }
div.DivClassName
{
background-color: #D4F58B;
}
.BgClassName
{
background-color: #D4F58B;
}
</style>
border-color css
<style>
span { border-color: #D4F58B; }
span { border-color: rgb(212,245,139); }
td.TdClassName
{
border-color: #D4F58B;
}
.TagClassName
{
border-color: #D4F58B;
}
</style>