Shades of Sulu #D5FB7D
Tints of Sulu #D5FB7D
RGB
CMYK
RGB Variations
Color information
#D5FB7D (or 0xD5FB7D) is known color: Sulu. HEX triplet: D5, FB and 7D. RGB value is (213,251,125). Sum of RGB (Red+Green+Blue) = 213+251+125=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FB7D is #2A0482. Grayscale: #E1E1E1. Windows color (decimal): -2753667 or 8256469. OLE color: 8256469.
HSL color Cylindrical-coordinate representation of color #D5FB7D: hue angle of 78.1º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5FB7D is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 251 | 125 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.02 |
| HSL | 78.1º | 0.94% | 0.74% | - |
| HSV(B) | 78.1º | 0.5% | 0.98% | - |
| XYZ | 65.64 | 84.62 | 32.28 | - |
| YUV | 225.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 251 | 125 | 0.15 | 0 | 0.50 | 0.02 | 78.1 | 0.94 | 0.74 |
| Hex | D5 | FB | 7D | F | 0 | 32 | 2 | 4E | 5E | 4A |
| Octal | 325 | 373 | 175 | 17 | 0 | 62 | 2 | 116 | 136 | 112 |
| Binary | 11010101 | 11111011 | 1111101 | 1111 | 0 | 110010 | 10 | 1001110 | 1011110 | 1001010 |
Color Harmonies of #D5FB7D
Complementary color
Monochromatic Colors of #D5FB7D
Black with #D5FB7D
Text Example
Text Example
White with #D5FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FB7D; }
p { color: rgb(213,251,125); }
H1.HeaderClassName
{
color: #D5FB7D;
}
.AnyTagClassName
{
color: #D5FB7D;
}
</style>
background-color css
<style>
a { background-color: #D5FB7D; }
a { background-color: rgb(213,251,125); }
div.DivClassName
{
background-color: #D5FB7D;
}
.BgClassName
{
background-color: #D5FB7D;
}
</style>
border-color css
<style>
span { border-color: #D5FB7D; }
span { border-color: rgb(213,251,125); }
td.TdClassName
{
border-color: #D5FB7D;
}
.TagClassName
{
border-color: #D5FB7D;
}
</style>