Shades of Sulu #AFF97E
Tints of Sulu #AFF97E
RGB
CMYK
RGB Variations
Color information
#AFF97E (or 0xAFF97E) is known color: Sulu. HEX triplet: AF, F9 and 7E. RGB value is (175,249,126). Sum of RGB (Red+Green+Blue) = 175+249+126=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF97E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF97E is #500681. Grayscale: #D5D5D5. Windows color (decimal): -5244546 or 8321455. OLE color: 8321455.
HSL color Cylindrical-coordinate representation of color #AFF97E: hue angle of 96.1º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFF97E is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 249 | 126 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.02 |
| HSL | 96.1º | 0.91% | 0.74% | - |
| HSV(B) | 96.1º | 0.49% | 0.98% | - |
| XYZ | 55.32 | 78.37 | 31.95 | - |
| YUV | 212.85 | 78.98 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 249 | 126 | 0.30 | 0 | 0.49 | 0.02 | 96.1 | 0.91 | 0.74 |
| Hex | AF | F9 | 7E | 1E | 0 | 31 | 2 | 60 | 5B | 4A |
| Octal | 257 | 371 | 176 | 36 | 0 | 61 | 2 | 140 | 133 | 112 |
| Binary | 10101111 | 11111001 | 1111110 | 11110 | 0 | 110001 | 10 | 1100000 | 1011011 | 1001010 |
Color Harmonies of #AFF97E
Complementary color
Monochromatic Colors of #AFF97E
Black with #AFF97E
Text Example
Text Example
White with #AFF97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF97E; }
p { color: rgb(175,249,126); }
H1.HeaderClassName
{
color: #AFF97E;
}
.AnyTagClassName
{
color: #AFF97E;
}
</style>
background-color css
<style>
a { background-color: #AFF97E; }
a { background-color: rgb(175,249,126); }
div.DivClassName
{
background-color: #AFF97E;
}
.BgClassName
{
background-color: #AFF97E;
}
</style>
border-color css
<style>
span { border-color: #AFF97E; }
span { border-color: rgb(175,249,126); }
td.TdClassName
{
border-color: #AFF97E;
}
.TagClassName
{
border-color: #AFF97E;
}
</style>