Html Css Color HEX #75D57F Pastel Green

📋 copy color: '#75D57F'

red 117 ◦ green 213 ◦ blue 127

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

Shades of Pastel Green #75D57F

Tints of Pastel Green #75D57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.79%

R = 25.6%
G = 46.61%
B = 27.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#75D57F (or 0x75D57F) is known color: Pastel Green. HEX triplet: 75, D5 and 7F. RGB value is (117,213,127). Sum of RGB (Red+Green+Blue) = 117+213+127=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #75D57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D57F is #8A2A80. Grayscale: #AEAEAE. Windows color (decimal): -9054849 or 8377717. OLE color: 8377717.

HSL color Cylindrical-coordinate representation of color #75D57F: hue angle of 126.25º 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 #75D57F is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 213 127 -
CMYK 0.45 0 0.40 0.16
HSL 126.25º 0.53% 0.65% -
HSV(B) 126.25º 0.45% 0.84% -
XYZ 34.96 52.9 28.45 -
YUV 174.49 101.2 86.99 -
System Red Green Blue C M Y K H S L
Decimal 117 213 127 0.45 0 0.40 0.16 126.25 0.53 0.65
Hex 75 D5 7F 2D 0 28 10 7E 35 41
Octal 165 325 177 55 0 50 20 176 65 101
Binary 1110101 11010101 1111111 101101 0 101000 10000 1111110 110101 1000001

Color Harmonies of #75D57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D57F

Black with #75D57F

Text Example


Text Example

White with #75D57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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