Html Css Color HEX #75DC7E Pastel Green

📋 copy color: '#75DC7E'

red 117 ◦ green 220 ◦ blue 126

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

Shades of Pastel Green #75DC7E

Tints of Pastel Green #75DC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.21%

R = 25.27%
G = 47.52%
B = 27.21%

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

#75DC7E (or 0x75DC7E) is known color: Pastel Green. HEX triplet: 75, DC and 7E. RGB value is (117,220,126). Sum of RGB (Red+Green+Blue) = 117+220+126=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC7E is #8A2381. Grayscale: #B2B2B2. Windows color (decimal): -9053058 or 8313973. OLE color: 8313973.

HSL color Cylindrical-coordinate representation of color #75DC7E: hue angle of 125.24º 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 #75DC7E is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 126 -
CMYK 0.47 0 0.43 0.14
HSL 125.24º 0.6% 0.66% -
HSV(B) 125.24º 0.47% 0.86% -
XYZ 36.7 56.47 28.71 -
YUV 178.49 98.38 84.14 -
System Red Green Blue C M Y K H S L
Decimal 117 220 126 0.47 0 0.43 0.14 125.24 0.6 0.66
Hex 75 DC 7E 2F 0 2B E 7D 3C 42
Octal 165 334 176 57 0 53 16 175 74 102
Binary 1110101 11011100 1111110 101111 0 101011 1110 1111101 111100 1000010

Color Harmonies of #75DC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC7E

Black with #75DC7E

Text Example


Text Example

White with #75DC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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