Shades of Pastel Green #6FCA74
Tints of Pastel Green #6FCA74
RGB
CMYK
RGB Variations
Color information
#6FCA74 (or 0x6FCA74) is known color: Pastel Green. HEX triplet: 6F, CA and 74. RGB value is (111,202,116). Sum of RGB (Red+Green+Blue) = 111+202+116=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCA74 is #90358B. Grayscale: #A5A5A5. Windows color (decimal): -9450892 or 7653999. OLE color: 7653999.
HSL color Cylindrical-coordinate representation of color #6FCA74: hue angle of 123.3º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCA74 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 202 | 116 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.21 |
| HSL | 123.3º | 0.46% | 0.61% | - |
| HSV(B) | 123.3º | 0.45% | 0.79% | - |
| XYZ | 30.83 | 46.88 | 23.95 | - |
| YUV | 164.99 | 100.35 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 116 | 0.45 | 0 | 0.43 | 0.21 | 123.3 | 0.46 | 0.61 |
| Hex | 6F | CA | 74 | 2D | 0 | 2B | 15 | 7B | 2E | 3D |
| Octal | 157 | 312 | 164 | 55 | 0 | 53 | 25 | 173 | 56 | 75 |
| Binary | 1101111 | 11001010 | 1110100 | 101101 | 0 | 101011 | 10101 | 1111011 | 101110 | 111101 |
Color Harmonies of #6FCA74
Complementary color
Monochromatic Colors of #6FCA74
Black with #6FCA74
Text Example
Text Example
White with #6FCA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCA74; }
p { color: rgb(111,202,116); }
H1.HeaderClassName
{
color: #6FCA74;
}
.AnyTagClassName
{
color: #6FCA74;
}
</style>
background-color css
<style>
a { background-color: #6FCA74; }
a { background-color: rgb(111,202,116); }
div.DivClassName
{
background-color: #6FCA74;
}
.BgClassName
{
background-color: #6FCA74;
}
</style>
border-color css
<style>
span { border-color: #6FCA74; }
span { border-color: rgb(111,202,116); }
td.TdClassName
{
border-color: #6FCA74;
}
.TagClassName
{
border-color: #6FCA74;
}
</style>