Html Css Color HEX #75D47F Pastel Green

📋 copy color: '#75D47F'

red 117 ◦ green 212 ◦ blue 127

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

Shades of Pastel Green #75D47F

Tints of Pastel Green #75D47F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.49%

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

R = 25.66%
G = 46.49%
B = 27.85%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#75D47F (or 0x75D47F) is known color: Pastel Green. HEX triplet: 75, D4 and 7F. RGB value is (117,212,127). Sum of RGB (Red+Green+Blue) = 117+212+127=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #75D47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D47F is #8A2B80. Grayscale: #AEAEAE. Windows color (decimal): -9055105 or 8377461. OLE color: 8377461.

HSL color Cylindrical-coordinate representation of color #75D47F: hue angle of 126.32º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D47F is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 212 127 -
CMYK 0.45 0 0.40 0.17
HSL 126.32º 0.52% 0.65% -
HSV(B) 126.32º 0.45% 0.83% -
XYZ 34.71 52.4 28.36 -
YUV 173.91 101.53 87.41 -
System Red Green Blue C M Y K H S L
Decimal 117 212 127 0.45 0 0.40 0.17 126.32 0.52 0.65
Hex 75 D4 7F 2D 0 28 11 7E 34 41
Octal 165 324 177 55 0 50 21 176 64 101
Binary 1110101 11010100 1111111 101101 0 101000 10001 1111110 110100 1000001

Color Harmonies of #75D47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D47F

Black with #75D47F

Text Example


Text Example

White with #75D47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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