Shades of Pastel Green #75CF68
Tints of Pastel Green #75CF68
RGB
CMYK
RGB Variations
Color information
#75CF68 (or 0x75CF68) is known color: Pastel Green. HEX triplet: 75, CF and 68. RGB value is (117,207,104). Sum of RGB (Red+Green+Blue) = 117+207+104=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CF68 is #8A3097. Grayscale: #A8A8A8. Windows color (decimal): -9056408 or 6868853. OLE color: 6868853.
HSL color Cylindrical-coordinate representation of color #75CF68: hue angle of 112.43º 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 #75CF68 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 207 | 104 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.19 |
| HSL | 112.43º | 0.52% | 0.61% | - |
| HSV(B) | 112.43º | 0.5% | 0.81% | - |
| XYZ | 32.15 | 49.41 | 20.94 | - |
| YUV | 168.35 | 91.68 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 104 | 0.43 | 0 | 0.50 | 0.19 | 112.43 | 0.52 | 0.61 |
| Hex | 75 | CF | 68 | 2B | 0 | 32 | 13 | 70 | 34 | 3D |
| Octal | 165 | 317 | 150 | 53 | 0 | 62 | 23 | 160 | 64 | 75 |
| Binary | 1110101 | 11001111 | 1101000 | 101011 | 0 | 110010 | 10011 | 1110000 | 110100 | 111101 |
Color Harmonies of #75CF68
Complementary color
Monochromatic Colors of #75CF68
Black with #75CF68
Text Example
Text Example
White with #75CF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CF68; }
p { color: rgb(117,207,104); }
H1.HeaderClassName
{
color: #75CF68;
}
.AnyTagClassName
{
color: #75CF68;
}
</style>
background-color css
<style>
a { background-color: #75CF68; }
a { background-color: rgb(117,207,104); }
div.DivClassName
{
background-color: #75CF68;
}
.BgClassName
{
background-color: #75CF68;
}
</style>
border-color css
<style>
span { border-color: #75CF68; }
span { border-color: rgb(117,207,104); }
td.TdClassName
{
border-color: #75CF68;
}
.TagClassName
{
border-color: #75CF68;
}
</style>