Shades of Sulu #AFFF7D
Tints of Sulu #AFFF7D
RGB
CMYK
RGB Variations
Color information
#AFFF7D (or 0xAFFF7D) is known color: Sulu. HEX triplet: AF, FF and 7D. RGB value is (175,255,125). Sum of RGB (Red+Green+Blue) = 175+255+125=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF7D is #500082. Grayscale: #D8D8D8. Windows color (decimal): -5243011 or 8257455. OLE color: 8257455.
HSL color Cylindrical-coordinate representation of color #AFFF7D: hue angle of 96.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFFF7D is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 125 | - |
| CMYK | 0.31 | 0 | 0.51 | 0 |
| HSL | 96.92º | 1% | 0.75% | - |
| HSV(B) | 96.92º | 0.51% | 1% | - |
| XYZ | 57.14 | 82.11 | 32.24 | - |
| YUV | 216.26 | 76.5 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 125 | 0.31 | 0 | 0.51 | 0 | 96.92 | 1 | 0.75 |
| Hex | AF | FF | 7D | 1F | 0 | 33 | 0 | 61 | 64 | 4B |
| Octal | 257 | 377 | 175 | 37 | 0 | 63 | 0 | 141 | 144 | 113 |
| Binary | 10101111 | 11111111 | 1111101 | 11111 | 0 | 110011 | 0 | 1100001 | 1100100 | 1001011 |
Color Harmonies of #AFFF7D
Complementary color
Monochromatic Colors of #AFFF7D
Black with #AFFF7D
Text Example
Text Example
White with #AFFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF7D; }
p { color: rgb(175,255,125); }
H1.HeaderClassName
{
color: #AFFF7D;
}
.AnyTagClassName
{
color: #AFFF7D;
}
</style>
background-color css
<style>
a { background-color: #AFFF7D; }
a { background-color: rgb(175,255,125); }
div.DivClassName
{
background-color: #AFFF7D;
}
.BgClassName
{
background-color: #AFFF7D;
}
</style>
border-color css
<style>
span { border-color: #AFFF7D; }
span { border-color: rgb(175,255,125); }
td.TdClassName
{
border-color: #AFFF7D;
}
.TagClassName
{
border-color: #AFFF7D;
}
</style>