Shades of Lawn Green #75F602
Tints of Lawn Green #75F602
RGB
CMYK
RGB Variations
Color information
#75F602 (or 0x75F602) is known color: Lawn Green. HEX triplet: 75, F6 and 02. RGB value is (117,246,2). Sum of RGB (Red+Green+Blue) = 117+246+2=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 246 (96.48% from 255 or 67.40% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 246 - color contains mainly: green. Hex color #75F602 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F602 is #8A09FD. Grayscale: #B4B4B4. Windows color (decimal): -9046526 or 194165. OLE color: 194165.
HSL color Cylindrical-coordinate representation of color #75F602: hue angle of 91.72º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75F602 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 246 | 2 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.04 |
| HSL | 91.72º | 0.98% | 0.49% | - |
| HSV(B) | 91.72º | 0.99% | 0.96% | - |
| XYZ | 40.3 | 69.7 | 11.39 | - |
| YUV | 179.61 | 27.76 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 246 | 2 | 0.52 | 0 | 0.99 | 0.04 | 91.72 | 0.98 | 0.49 |
| Hex | 75 | F6 | 2 | 34 | 0 | 63 | 4 | 5C | 62 | 31 |
| Octal | 165 | 366 | 2 | 64 | 0 | 143 | 4 | 134 | 142 | 61 |
| Binary | 1110101 | 11110110 | 10 | 110100 | 0 | 1100011 | 100 | 1011100 | 1100010 | 110001 |
Color Harmonies of #75F602
Complementary color
Monochromatic Colors of #75F602
Black with #75F602
Text Example
Text Example
White with #75F602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F602; }
p { color: rgb(117,246,2); }
H1.HeaderClassName
{
color: #75F602;
}
.AnyTagClassName
{
color: #75F602;
}
</style>
background-color css
<style>
a { background-color: #75F602; }
a { background-color: rgb(117,246,2); }
div.DivClassName
{
background-color: #75F602;
}
.BgClassName
{
background-color: #75F602;
}
</style>
border-color css
<style>
span { border-color: #75F602; }
span { border-color: rgb(117,246,2); }
td.TdClassName
{
border-color: #75F602;
}
.TagClassName
{
border-color: #75F602;
}
</style>