Shades of Pastel Green #5FF18C
Tints of Pastel Green #5FF18C
RGB
CMYK
RGB Variations
Color information
#5FF18C (or 0x5FF18C) is known color: Pastel Green. HEX triplet: 5F, F1 and 8C. RGB value is (95,241,140). Sum of RGB (Red+Green+Blue) = 95+241+140=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF18C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF18C is #A00E73. Grayscale: #BABABA. Windows color (decimal): -10489460 or 9236831. OLE color: 9236831.
HSL color Cylindrical-coordinate representation of color #5FF18C: hue angle of 138.49º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF18C is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 241 | 140 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.05 |
| HSL | 138.49º | 0.84% | 0.66% | - |
| HSV(B) | 138.49º | 0.61% | 0.95% | - |
| XYZ | 40.91 | 67.24 | 35.63 | - |
| YUV | 185.83 | 102.13 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 241 | 140 | 0.61 | 0 | 0.42 | 0.05 | 138.49 | 0.84 | 0.66 |
| Hex | 5F | F1 | 8C | 3D | 0 | 2A | 5 | 8A | 54 | 42 |
| Octal | 137 | 361 | 214 | 75 | 0 | 52 | 5 | 212 | 124 | 102 |
| Binary | 1011111 | 11110001 | 10001100 | 111101 | 0 | 101010 | 101 | 10001010 | 1010100 | 1000010 |
Color Harmonies of #5FF18C
Complementary color
Monochromatic Colors of #5FF18C
Black with #5FF18C
Text Example
Text Example
White with #5FF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF18C; }
p { color: rgb(95,241,140); }
H1.HeaderClassName
{
color: #5FF18C;
}
.AnyTagClassName
{
color: #5FF18C;
}
</style>
background-color css
<style>
a { background-color: #5FF18C; }
a { background-color: rgb(95,241,140); }
div.DivClassName
{
background-color: #5FF18C;
}
.BgClassName
{
background-color: #5FF18C;
}
</style>
border-color css
<style>
span { border-color: #5FF18C; }
span { border-color: rgb(95,241,140); }
td.TdClassName
{
border-color: #5FF18C;
}
.TagClassName
{
border-color: #5FF18C;
}
</style>