Shades of Pastel Green #69DC74
Tints of Pastel Green #69DC74
RGB
CMYK
RGB Variations
Color information
#69DC74 (or 0x69DC74) is known color: Pastel Green. HEX triplet: 69, DC and 74. RGB value is (105,220,116). Sum of RGB (Red+Green+Blue) = 105+220+116=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DC74 is #96238B. Grayscale: #AEAEAE. Windows color (decimal): -9839500 or 7658601. OLE color: 7658601.
HSL color Cylindrical-coordinate representation of color #69DC74: hue angle of 125.74º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DC74 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 116 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.14 |
| HSL | 125.74º | 0.62% | 0.64% | - |
| HSV(B) | 125.74º | 0.52% | 0.86% | - |
| XYZ | 34.57 | 55.45 | 25.4 | - |
| YUV | 173.76 | 95.4 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 116 | 0.52 | 0 | 0.47 | 0.14 | 125.74 | 0.62 | 0.64 |
| Hex | 69 | DC | 74 | 34 | 0 | 2F | E | 7E | 3E | 40 |
| Octal | 151 | 334 | 164 | 64 | 0 | 57 | 16 | 176 | 76 | 100 |
| Binary | 1101001 | 11011100 | 1110100 | 110100 | 0 | 101111 | 1110 | 1111110 | 111110 | 1000000 |
Color Harmonies of #69DC74
Complementary color
Monochromatic Colors of #69DC74
Black with #69DC74
Text Example
Text Example
White with #69DC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DC74; }
p { color: rgb(105,220,116); }
H1.HeaderClassName
{
color: #69DC74;
}
.AnyTagClassName
{
color: #69DC74;
}
</style>
background-color css
<style>
a { background-color: #69DC74; }
a { background-color: rgb(105,220,116); }
div.DivClassName
{
background-color: #69DC74;
}
.BgClassName
{
background-color: #69DC74;
}
</style>
border-color css
<style>
span { border-color: #69DC74; }
span { border-color: rgb(105,220,116); }
td.TdClassName
{
border-color: #69DC74;
}
.TagClassName
{
border-color: #69DC74;
}
</style>