Shades of Pastel Green #69CF68
Tints of Pastel Green #69CF68
RGB
CMYK
RGB Variations
Color information
#69CF68 (or 0x69CF68) is known color: Pastel Green. HEX triplet: 69, CF and 68. RGB value is (105,207,104). Sum of RGB (Red+Green+Blue) = 105+207+104=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #69CF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CF68 is #963097. Grayscale: #A5A5A5. Windows color (decimal): -9842840 or 6868841. OLE color: 6868841.
HSL color Cylindrical-coordinate representation of color #69CF68: hue angle of 119.42º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69CF68 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 207 | 104 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.19 |
| HSL | 119.42º | 0.52% | 0.61% | - |
| HSV(B) | 119.42º | 0.5% | 0.81% | - |
| XYZ | 30.64 | 48.63 | 20.87 | - |
| YUV | 164.76 | 93.71 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 104 | 0.49 | 0 | 0.50 | 0.19 | 119.42 | 0.52 | 0.61 |
| Hex | 69 | CF | 68 | 31 | 0 | 32 | 13 | 77 | 34 | 3D |
| Octal | 151 | 317 | 150 | 61 | 0 | 62 | 23 | 167 | 64 | 75 |
| Binary | 1101001 | 11001111 | 1101000 | 110001 | 0 | 110010 | 10011 | 1110111 | 110100 | 111101 |
Color Harmonies of #69CF68
Complementary color
Monochromatic Colors of #69CF68
Black with #69CF68
Text Example
Text Example
White with #69CF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CF68; }
p { color: rgb(105,207,104); }
H1.HeaderClassName
{
color: #69CF68;
}
.AnyTagClassName
{
color: #69CF68;
}
</style>
background-color css
<style>
a { background-color: #69CF68; }
a { background-color: rgb(105,207,104); }
div.DivClassName
{
background-color: #69CF68;
}
.BgClassName
{
background-color: #69CF68;
}
</style>
border-color css
<style>
span { border-color: #69CF68; }
span { border-color: rgb(105,207,104); }
td.TdClassName
{
border-color: #69CF68;
}
.TagClassName
{
border-color: #69CF68;
}
</style>