Shades of Sulu #AFFA7E
Tints of Sulu #AFFA7E
RGB
CMYK
RGB Variations
Color information
#AFFA7E (or 0xAFFA7E) is known color: Sulu. HEX triplet: AF, FA and 7E. RGB value is (175,250,126). Sum of RGB (Red+Green+Blue) = 175+250+126=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 126 (49.61% from 255 or 22.87% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFA7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFA7E is #500581. Grayscale: #D5D5D5. Windows color (decimal): -5244290 or 8321711. OLE color: 8321711.
HSL color Cylindrical-coordinate representation of color #AFFA7E: hue angle of 96.29º degrees, saturation: 0.93, 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 #AFFA7E is Cyan = 0.3, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 126 | - |
| CMYK | 0.3 | 0 | 0.50 | 0.02 |
| HSL | 96.29º | 0.93% | 0.74% | - |
| HSV(B) | 96.29º | 0.5% | 0.98% | - |
| XYZ | 55.63 | 78.99 | 32.05 | - |
| YUV | 213.44 | 78.65 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 126 | 0.3 | 0 | 0.50 | 0.02 | 96.29 | 0.93 | 0.74 |
| Hex | AF | FA | 7E | 1E | 0 | 32 | 2 | 60 | 5D | 4A |
| Octal | 257 | 372 | 176 | 36 | 0 | 62 | 2 | 140 | 135 | 112 |
| Binary | 10101111 | 11111010 | 1111110 | 11110 | 0 | 110010 | 10 | 1100000 | 1011101 | 1001010 |
Color Harmonies of #AFFA7E
Complementary color
Monochromatic Colors of #AFFA7E
Black with #AFFA7E
Text Example
Text Example
White with #AFFA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFA7E; }
p { color: rgb(175,250,126); }
H1.HeaderClassName
{
color: #AFFA7E;
}
.AnyTagClassName
{
color: #AFFA7E;
}
</style>
background-color css
<style>
a { background-color: #AFFA7E; }
a { background-color: rgb(175,250,126); }
div.DivClassName
{
background-color: #AFFA7E;
}
.BgClassName
{
background-color: #AFFA7E;
}
</style>
border-color css
<style>
span { border-color: #AFFA7E; }
span { border-color: rgb(175,250,126); }
td.TdClassName
{
border-color: #AFFA7E;
}
.TagClassName
{
border-color: #AFFA7E;
}
</style>