Html Css Color HEX #75DC7D Pastel Green

📋 copy color: '#75DC7D'

red 117 ◦ green 220 ◦ blue 125

#75DC7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #75DC7D

Tints of Pastel Green #75DC7D

RGB

 RED value IS 117 (46.09% from 255) = 25.32%

 GREEN value IS 220 (86.33% from 255) = 47.62%

 BLUE value IS 125 (49.22% from 255) = 27.06%

R = 25.32%
G = 47.62%
B = 27.06%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#75DC7D (or 0x75DC7D) is known color: Pastel Green. HEX triplet: 75, DC and 7D. RGB value is (117,220,125). Sum of RGB (Red+Green+Blue) = 117+220+125=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC7D is #8A2382. Grayscale: #B2B2B2. Windows color (decimal): -9053059 or 8248437. OLE color: 8248437.

HSL color Cylindrical-coordinate representation of color #75DC7D: hue angle of 124.66º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DC7D is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 125 -
CMYK 0.47 0 0.43 0.14
HSL 124.66º 0.6% 0.66% -
HSV(B) 124.66º 0.47% 0.86% -
XYZ 36.63 56.45 28.37 -
YUV 178.37 97.88 84.22 -
System Red Green Blue C M Y K H S L
Decimal 117 220 125 0.47 0 0.43 0.14 124.66 0.6 0.66
Hex 75 DC 7D 2F 0 2B E 7D 3C 42
Octal 165 334 175 57 0 53 16 175 74 102
Binary 1110101 11011100 1111101 101111 0 101011 1110 1111101 111100 1000010

Color Harmonies of #75DC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC7D

Black with #75DC7D

Text Example


Text Example

White with #75DC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75DC7D;
 }
 .AnyTagClassName
 {
   color: #75DC7D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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