Shades of Sulu #D5FC7D
Tints of Sulu #D5FC7D
RGB
CMYK
RGB Variations
Color information
#D5FC7D (or 0xD5FC7D) is known color: Sulu. HEX triplet: D5, FC and 7D. RGB value is (213,252,125). Sum of RGB (Red+Green+Blue) = 213+252+125=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FC7D is #2A0382. Grayscale: #E2E2E2. Windows color (decimal): -2753411 or 8256725. OLE color: 8256725.
HSL color Cylindrical-coordinate representation of color #D5FC7D: hue angle of 78.43º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5FC7D is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 125 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.01 |
| HSL | 78.43º | 0.95% | 0.74% | - |
| HSV(B) | 78.43º | 0.5% | 0.99% | - |
| XYZ | 65.95 | 85.25 | 32.38 | - |
| YUV | 225.86 | 71.08 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 125 | 0.15 | 0 | 0.50 | 0.01 | 78.43 | 0.95 | 0.74 |
| Hex | D5 | FC | 7D | F | 0 | 32 | 1 | 4E | 5F | 4A |
| Octal | 325 | 374 | 175 | 17 | 0 | 62 | 1 | 116 | 137 | 112 |
| Binary | 11010101 | 11111100 | 1111101 | 1111 | 0 | 110010 | 1 | 1001110 | 1011111 | 1001010 |
Color Harmonies of #D5FC7D
Complementary color
Monochromatic Colors of #D5FC7D
Black with #D5FC7D
Text Example
Text Example
White with #D5FC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FC7D; }
p { color: rgb(213,252,125); }
H1.HeaderClassName
{
color: #D5FC7D;
}
.AnyTagClassName
{
color: #D5FC7D;
}
</style>
background-color css
<style>
a { background-color: #D5FC7D; }
a { background-color: rgb(213,252,125); }
div.DivClassName
{
background-color: #D5FC7D;
}
.BgClassName
{
background-color: #D5FC7D;
}
</style>
border-color css
<style>
span { border-color: #D5FC7D; }
span { border-color: rgb(213,252,125); }
td.TdClassName
{
border-color: #D5FC7D;
}
.TagClassName
{
border-color: #D5FC7D;
}
</style>