Html Css Color HEX #75D57C Pastel Green

📋 copy color: '#75D57C'

red 117 ◦ green 213 ◦ blue 124

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

Shades of Pastel Green #75D57C

Tints of Pastel Green #75D57C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.92%

 BLUE value IS 124 (48.83% from 255) = 27.31%

R = 25.77%
G = 46.92%
B = 27.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#75D57C (or 0x75D57C) is known color: Pastel Green. HEX triplet: 75, D5 and 7C. RGB value is (117,213,124). Sum of RGB (Red+Green+Blue) = 117+213+124=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #75D57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D57C is #8A2A83. Grayscale: #AEAEAE. Windows color (decimal): -9054852 or 8181109. OLE color: 8181109.

HSL color Cylindrical-coordinate representation of color #75D57C: hue angle of 124.38º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D57C is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 213 124 -
CMYK 0.45 0 0.42 0.16
HSL 124.38º 0.53% 0.65% -
HSV(B) 124.38º 0.45% 0.84% -
XYZ 34.77 52.83 27.43 -
YUV 174.15 99.7 87.24 -
System Red Green Blue C M Y K H S L
Decimal 117 213 124 0.45 0 0.42 0.16 124.38 0.53 0.65
Hex 75 D5 7C 2D 0 2A 10 7C 35 41
Octal 165 325 174 55 0 52 20 174 65 101
Binary 1110101 11010101 1111100 101101 0 101010 10000 1111100 110101 1000001

Color Harmonies of #75D57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D57C

Black with #75D57C

Text Example


Text Example

White with #75D57C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,213,124); }

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

background-color css

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

 a { background-color: rgb(117,213,124); }

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

border-color css

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

 span { border-color: rgb(117,213,124); }

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