Shades of Sulu #AFF36D
Tints of Sulu #AFF36D
RGB
CMYK
RGB Variations
Color information
#AFF36D (or 0xAFF36D) is known color: Sulu. HEX triplet: AF, F3 and 6D. RGB value is (175,243,109). Sum of RGB (Red+Green+Blue) = 175+243+109=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF36D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF36D is #500C92. Grayscale: #CFCFCF. Windows color (decimal): -5246099 or 7205807. OLE color: 7205807.
HSL color Cylindrical-coordinate representation of color #AFF36D: hue angle of 90.45º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFF36D is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 109 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.05 |
| HSL | 90.45º | 0.85% | 0.69% | - |
| HSV(B) | 90.45º | 0.55% | 0.95% | - |
| XYZ | 52.49 | 74.32 | 26.05 | - |
| YUV | 207.39 | 72.47 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 109 | 0.28 | 0 | 0.55 | 0.05 | 90.45 | 0.85 | 0.69 |
| Hex | AF | F3 | 6D | 1C | 0 | 37 | 5 | 5A | 55 | 45 |
| Octal | 257 | 363 | 155 | 34 | 0 | 67 | 5 | 132 | 125 | 105 |
| Binary | 10101111 | 11110011 | 1101101 | 11100 | 0 | 110111 | 101 | 1011010 | 1010101 | 1000101 |
Color Harmonies of #AFF36D
Complementary color
Monochromatic Colors of #AFF36D
Black with #AFF36D
Text Example
Text Example
White with #AFF36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF36D; }
p { color: rgb(175,243,109); }
H1.HeaderClassName
{
color: #AFF36D;
}
.AnyTagClassName
{
color: #AFF36D;
}
</style>
background-color css
<style>
a { background-color: #AFF36D; }
a { background-color: rgb(175,243,109); }
div.DivClassName
{
background-color: #AFF36D;
}
.BgClassName
{
background-color: #AFF36D;
}
</style>
border-color css
<style>
span { border-color: #AFF36D; }
span { border-color: rgb(175,243,109); }
td.TdClassName
{
border-color: #AFF36D;
}
.TagClassName
{
border-color: #AFF36D;
}
</style>