Shades of Sulu #AFFE6E
Tints of Sulu #AFFE6E
RGB
CMYK
RGB Variations
Color information
#AFFE6E (or 0xAFFE6E) is known color: Sulu. HEX triplet: AF, FE and 6E. RGB value is (175,254,110). Sum of RGB (Red+Green+Blue) = 175+254+110=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFE6E is #500191. Grayscale: #D6D6D6. Windows color (decimal): -5243282 or 7274159. OLE color: 7274159.
HSL color Cylindrical-coordinate representation of color #AFFE6E: hue angle of 92.92º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFFE6E is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 254 | 110 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.00 |
| HSL | 92.92º | 0.99% | 0.71% | - |
| HSV(B) | 92.92º | 0.57% | 1% | - |
| XYZ | 55.94 | 81.12 | 27.46 | - |
| YUV | 213.96 | 69.33 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 254 | 110 | 0.31 | 0 | 0.57 | 0.00 | 92.92 | 0.99 | 0.71 |
| Hex | AF | FE | 6E | 1F | 0 | 39 | 0 | 5D | 63 | 47 |
| Octal | 257 | 376 | 156 | 37 | 0 | 71 | 0 | 135 | 143 | 107 |
| Binary | 10101111 | 11111110 | 1101110 | 11111 | 0 | 111001 | 0 | 1011101 | 1100011 | 1000111 |
Color Harmonies of #AFFE6E
Complementary color
Monochromatic Colors of #AFFE6E
Black with #AFFE6E
Text Example
Text Example
White with #AFFE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFE6E; }
p { color: rgb(175,254,110); }
H1.HeaderClassName
{
color: #AFFE6E;
}
.AnyTagClassName
{
color: #AFFE6E;
}
</style>
background-color css
<style>
a { background-color: #AFFE6E; }
a { background-color: rgb(175,254,110); }
div.DivClassName
{
background-color: #AFFE6E;
}
.BgClassName
{
background-color: #AFFE6E;
}
</style>
border-color css
<style>
span { border-color: #AFFE6E; }
span { border-color: rgb(175,254,110); }
td.TdClassName
{
border-color: #AFFE6E;
}
.TagClassName
{
border-color: #AFFE6E;
}
</style>