Shades of Sulu #AFFB68
Tints of Sulu #AFFB68
RGB
CMYK
RGB Variations
Color information
#AFFB68 (or 0xAFFB68) is known color: Sulu. HEX triplet: AF, FB and 68. RGB value is (175,251,104). Sum of RGB (Red+Green+Blue) = 175+251+104=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFB68 is #500497. Grayscale: #D4D4D4. Windows color (decimal): -5244056 or 6880175. OLE color: 6880175.
HSL color Cylindrical-coordinate representation of color #AFFB68: hue angle of 91.02º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFFB68 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 251 | 104 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.02 |
| HSL | 91.02º | 0.95% | 0.7% | - |
| HSV(B) | 91.02º | 0.59% | 0.98% | - |
| XYZ | 54.68 | 79.11 | 25.48 | - |
| YUV | 211.52 | 67.32 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 251 | 104 | 0.30 | 0 | 0.59 | 0.02 | 91.02 | 0.95 | 0.7 |
| Hex | AF | FB | 68 | 1E | 0 | 3B | 2 | 5B | 5F | 46 |
| Octal | 257 | 373 | 150 | 36 | 0 | 73 | 2 | 133 | 137 | 106 |
| Binary | 10101111 | 11111011 | 1101000 | 11110 | 0 | 111011 | 10 | 1011011 | 1011111 | 1000110 |
Color Harmonies of #AFFB68
Complementary color
Monochromatic Colors of #AFFB68
Black with #AFFB68
Text Example
Text Example
White with #AFFB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFB68; }
p { color: rgb(175,251,104); }
H1.HeaderClassName
{
color: #AFFB68;
}
.AnyTagClassName
{
color: #AFFB68;
}
</style>
background-color css
<style>
a { background-color: #AFFB68; }
a { background-color: rgb(175,251,104); }
div.DivClassName
{
background-color: #AFFB68;
}
.BgClassName
{
background-color: #AFFB68;
}
</style>
border-color css
<style>
span { border-color: #AFFB68; }
span { border-color: rgb(175,251,104); }
td.TdClassName
{
border-color: #AFFB68;
}
.TagClassName
{
border-color: #AFFB68;
}
</style>