Shades of Light Green #6FFFA5
Tints of Light Green #6FFFA5
RGB
CMYK
RGB Variations
Color information
#6FFFA5 (or 0x6FFFA5) is known color: Light Green. HEX triplet: 6F, FF and A5. RGB value is (111,255,165). Sum of RGB (Red+Green+Blue) = 111+255+165=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FFFA5 is #90005A. Grayscale: #C9C9C9. Windows color (decimal): -9437275 or 10878831. OLE color: 10878831.
HSL color Cylindrical-coordinate representation of color #6FFFA5: hue angle of 142.5º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFFA5 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 165 | - |
| CMYK | 0.56 | 0 | 0.35 | 0 |
| HSL | 142.5º | 1% | 0.72% | - |
| HSV(B) | 142.5º | 0.56% | 1% | - |
| XYZ | 49.11 | 77.62 | 47.99 | - |
| YUV | 201.68 | 107.29 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 165 | 0.56 | 0 | 0.35 | 0 | 142.5 | 1 | 0.72 |
| Hex | 6F | FF | A5 | 38 | 0 | 23 | 0 | 8E | 64 | 48 |
| Octal | 157 | 377 | 245 | 70 | 0 | 43 | 0 | 216 | 144 | 110 |
| Binary | 1101111 | 11111111 | 10100101 | 111000 | 0 | 100011 | 0 | 10001110 | 1100100 | 1001000 |
Color Harmonies of #6FFFA5
Complementary color
Monochromatic Colors of #6FFFA5
Black with #6FFFA5
Text Example
Text Example
White with #6FFFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFA5; }
p { color: rgb(111,255,165); }
H1.HeaderClassName
{
color: #6FFFA5;
}
.AnyTagClassName
{
color: #6FFFA5;
}
</style>
background-color css
<style>
a { background-color: #6FFFA5; }
a { background-color: rgb(111,255,165); }
div.DivClassName
{
background-color: #6FFFA5;
}
.BgClassName
{
background-color: #6FFFA5;
}
</style>
border-color css
<style>
span { border-color: #6FFFA5; }
span { border-color: rgb(111,255,165); }
td.TdClassName
{
border-color: #6FFFA5;
}
.TagClassName
{
border-color: #6FFFA5;
}
</style>