Shades of Sulu #AFFE7B
Tints of Sulu #AFFE7B
RGB
CMYK
RGB Variations
Color information
#AFFE7B (or 0xAFFE7B) is known color: Sulu. HEX triplet: AF, FE and 7B. RGB value is (175,254,123). Sum of RGB (Red+Green+Blue) = 175+254+123=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFE7B is #500184. Grayscale: #D7D7D7. Windows color (decimal): -5243269 or 8126127. OLE color: 8126127.
HSL color Cylindrical-coordinate representation of color #AFFE7B: hue angle of 96.18º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFFE7B is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 254 | 123 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.00 |
| HSL | 96.18º | 0.98% | 0.74% | - |
| HSV(B) | 96.18º | 0.52% | 1% | - |
| XYZ | 56.7 | 81.43 | 31.47 | - |
| YUV | 215.45 | 75.83 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 254 | 123 | 0.31 | 0 | 0.52 | 0.00 | 96.18 | 0.98 | 0.74 |
| Hex | AF | FE | 7B | 1F | 0 | 34 | 0 | 60 | 62 | 4A |
| Octal | 257 | 376 | 173 | 37 | 0 | 64 | 0 | 140 | 142 | 112 |
| Binary | 10101111 | 11111110 | 1111011 | 11111 | 0 | 110100 | 0 | 1100000 | 1100010 | 1001010 |
Color Harmonies of #AFFE7B
Complementary color
Monochromatic Colors of #AFFE7B
Black with #AFFE7B
Text Example
Text Example
White with #AFFE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFE7B; }
p { color: rgb(175,254,123); }
H1.HeaderClassName
{
color: #AFFE7B;
}
.AnyTagClassName
{
color: #AFFE7B;
}
</style>
background-color css
<style>
a { background-color: #AFFE7B; }
a { background-color: rgb(175,254,123); }
div.DivClassName
{
background-color: #AFFE7B;
}
.BgClassName
{
background-color: #AFFE7B;
}
</style>
border-color css
<style>
span { border-color: #AFFE7B; }
span { border-color: rgb(175,254,123); }
td.TdClassName
{
border-color: #AFFE7B;
}
.TagClassName
{
border-color: #AFFE7B;
}
</style>