Shades of Sulu #D5F17D
Tints of Sulu #D5F17D
RGB
CMYK
RGB Variations
Color information
#D5F17D (or 0xD5F17D) is known color: Sulu. HEX triplet: D5, F1 and 7D. RGB value is (213,241,125). Sum of RGB (Red+Green+Blue) = 213+241+125=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F17D is #2A0E82. Grayscale: #DBDBDB. Windows color (decimal): -2756227 or 8253909. OLE color: 8253909.
HSL color Cylindrical-coordinate representation of color #D5F17D: hue angle of 74.48º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5F17D is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 125 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.05 |
| HSL | 74.48º | 0.81% | 0.72% | - |
| HSV(B) | 74.48º | 0.48% | 0.95% | - |
| XYZ | 62.6 | 78.54 | 31.26 | - |
| YUV | 219.4 | 74.72 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 125 | 0.12 | 0 | 0.48 | 0.05 | 74.48 | 0.81 | 0.72 |
| Hex | D5 | F1 | 7D | C | 0 | 30 | 5 | 4A | 51 | 48 |
| Octal | 325 | 361 | 175 | 14 | 0 | 60 | 5 | 112 | 121 | 110 |
| Binary | 11010101 | 11110001 | 1111101 | 1100 | 0 | 110000 | 101 | 1001010 | 1010001 | 1001000 |
Color Harmonies of #D5F17D
Complementary color
Monochromatic Colors of #D5F17D
Black with #D5F17D
Text Example
Text Example
White with #D5F17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F17D; }
p { color: rgb(213,241,125); }
H1.HeaderClassName
{
color: #D5F17D;
}
.AnyTagClassName
{
color: #D5F17D;
}
</style>
background-color css
<style>
a { background-color: #D5F17D; }
a { background-color: rgb(213,241,125); }
div.DivClassName
{
background-color: #D5F17D;
}
.BgClassName
{
background-color: #D5F17D;
}
</style>
border-color css
<style>
span { border-color: #D5F17D; }
span { border-color: rgb(213,241,125); }
td.TdClassName
{
border-color: #D5F17D;
}
.TagClassName
{
border-color: #D5F17D;
}
</style>