Html Css Color HEX #75E386 Pastel Green

📋 copy color: '#75E386'

red 117 ◦ green 227 ◦ blue 134

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

Shades of Pastel Green #75E386

Tints of Pastel Green #75E386

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.49%

 BLUE value IS 134 (52.73% from 255) = 28.03%

R = 24.48%
G = 47.49%
B = 28.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#75E386 (or 0x75E386) is known color: Pastel Green. HEX triplet: 75, E3 and 86. RGB value is (117,227,134). Sum of RGB (Red+Green+Blue) = 117+227+134=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #75E386 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E386 is #8A1C79. Grayscale: #B7B7B7. Windows color (decimal): -9051258 or 8840053. OLE color: 8840053.

HSL color Cylindrical-coordinate representation of color #75E386: hue angle of 129.27º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E386 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 227 134 -
CMYK 0.48 0 0.41 0.11
HSL 129.27º 0.66% 0.67% -
HSV(B) 129.27º 0.48% 0.89% -
XYZ 39.11 60.44 32.16 -
YUV 183.51 100.06 80.56 -
System Red Green Blue C M Y K H S L
Decimal 117 227 134 0.48 0 0.41 0.11 129.27 0.66 0.67
Hex 75 E3 86 30 0 29 B 81 42 43
Octal 165 343 206 60 0 51 13 201 102 103
Binary 1110101 11100011 10000110 110000 0 101001 1011 10000001 1000010 1000011

Color Harmonies of #75E386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E386

Black with #75E386

Text Example


Text Example

White with #75E386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,227,134); }

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

background-color css

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

 a { background-color: rgb(117,227,134); }

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

border-color css

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

 span { border-color: rgb(117,227,134); }

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