Shades of Sulu #AFF769
Tints of Sulu #AFF769
RGB
CMYK
RGB Variations
Color information
#AFF769 (or 0xAFF769) is known color: Sulu. HEX triplet: AF, F7 and 69. RGB value is (175,247,105). Sum of RGB (Red+Green+Blue) = 175+247+105=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF769 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF769 is #500896. Grayscale: #D1D1D1. Windows color (decimal): -5245079 or 6944687. OLE color: 6944687.
HSL color Cylindrical-coordinate representation of color #AFF769: hue angle of 90.42º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFF769 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 105 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.03 |
| HSL | 90.42º | 0.9% | 0.69% | - |
| HSV(B) | 90.42º | 0.57% | 0.97% | - |
| XYZ | 53.49 | 76.66 | 25.34 | - |
| YUV | 209.28 | 69.15 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 105 | 0.29 | 0 | 0.57 | 0.03 | 90.42 | 0.9 | 0.69 |
| Hex | AF | F7 | 69 | 1D | 0 | 39 | 3 | 5A | 5A | 45 |
| Octal | 257 | 367 | 151 | 35 | 0 | 71 | 3 | 132 | 132 | 105 |
| Binary | 10101111 | 11110111 | 1101001 | 11101 | 0 | 111001 | 11 | 1011010 | 1011010 | 1000101 |
Color Harmonies of #AFF769
Complementary color
Monochromatic Colors of #AFF769
Black with #AFF769
Text Example
Text Example
White with #AFF769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF769; }
p { color: rgb(175,247,105); }
H1.HeaderClassName
{
color: #AFF769;
}
.AnyTagClassName
{
color: #AFF769;
}
</style>
background-color css
<style>
a { background-color: #AFF769; }
a { background-color: rgb(175,247,105); }
div.DivClassName
{
background-color: #AFF769;
}
.BgClassName
{
background-color: #AFF769;
}
</style>
border-color css
<style>
span { border-color: #AFF769; }
span { border-color: rgb(175,247,105); }
td.TdClassName
{
border-color: #AFF769;
}
.TagClassName
{
border-color: #AFF769;
}
</style>