Shades of Sulu #D5FA85
Tints of Sulu #D5FA85
RGB
CMYK
RGB Variations
Color information
#D5FA85 (or 0xD5FA85) is known color: Sulu. HEX triplet: D5, FA and 85. RGB value is (213,250,133). Sum of RGB (Red+Green+Blue) = 213+250+133=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FA85 is #2A057A. Grayscale: #E2E2E2. Windows color (decimal): -2753915 or 8780501. OLE color: 8780501.
HSL color Cylindrical-coordinate representation of color #D5FA85: hue angle of 78.97º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5FA85 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 133 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.02 |
| HSL | 78.97º | 0.92% | 0.75% | - |
| HSV(B) | 78.97º | 0.47% | 0.98% | - |
| XYZ | 65.86 | 84.21 | 34.97 | - |
| YUV | 225.6 | 75.74 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 133 | 0.15 | 0 | 0.47 | 0.02 | 78.97 | 0.92 | 0.75 |
| Hex | D5 | FA | 85 | F | 0 | 2F | 2 | 4F | 5C | 4B |
| Octal | 325 | 372 | 205 | 17 | 0 | 57 | 2 | 117 | 134 | 113 |
| Binary | 11010101 | 11111010 | 10000101 | 1111 | 0 | 101111 | 10 | 1001111 | 1011100 | 1001011 |
Color Harmonies of #D5FA85
Complementary color
Monochromatic Colors of #D5FA85
Black with #D5FA85
Text Example
Text Example
White with #D5FA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA85; }
p { color: rgb(213,250,133); }
H1.HeaderClassName
{
color: #D5FA85;
}
.AnyTagClassName
{
color: #D5FA85;
}
</style>
background-color css
<style>
a { background-color: #D5FA85; }
a { background-color: rgb(213,250,133); }
div.DivClassName
{
background-color: #D5FA85;
}
.BgClassName
{
background-color: #D5FA85;
}
</style>
border-color css
<style>
span { border-color: #D5FA85; }
span { border-color: rgb(213,250,133); }
td.TdClassName
{
border-color: #D5FA85;
}
.TagClassName
{
border-color: #D5FA85;
}
</style>