#75CD7D

Color #75CD7D Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #75CD7D

Tints of Pastel Green #75CD7D

Color information

#75CD7D (or 0x75CD7D) is unknown color: approx Pastel Green. HEX triplet: 75, CD and 7D. RGB value is (117,205,125). Sum of RGB (Red+Green+Blue) = 117+205+125=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CD7D is #8A3282. Grayscale: #A9A9A9. Windows color (decimal): -9056899 or 8244597. OLE color: 8244597.

HSL color Cylindrical-coordinate representation of color #75CD7D: hue angle of 125.45º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CD7D is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB117205125-
CMYK0.4300.390.20
HSL125.45º46.81%63.14%-
HSV(B)125.45º42.93%80.39%-
XYZ32.8748.9327.11-
YUV169.57102.8590.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 205 (80.47% from 255) = 45.86%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=26.17%
G=45.86%
B=27.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051250.4300.390.20125.4546.8163.14
Hex75CD7D2B027147d2f3f
Octal16531517553047241755777
Binary11101011100110111111011010110100111101001111101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75CD7D; }

 p { color: rgb(117,205,125); }

 H1.HeaderClassName
 {
   color: #75CD7D;
 }
 .AnyTagClassName
 {
   color: #75CD7D;
 }
</style>
background-color css

<style>
 a { background-color: #75CD7D; }

 a { background-color: rgb(117,205,125); }

 div.DivClassName
 {
   background-color: #75CD7D;
 }
 .BgClassName
 {
   background-color: #75CD7D;
 }
</style>
border-color css

<style>
 span { border-color: #75CD7D; }

 span { border-color: rgb(117,205,125); }

 td.TdClassName
 {
   border-color: #75CD7D;
 }
 .TagClassName
 {
   border-color: #75CD7D;
 }
</style>