Html Css Color HEX #75E486 Pastel Green

📋 copy color: '#75E486'

red 117 ◦ green 228 ◦ blue 134

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

Shades of Pastel Green #75E486

Tints of Pastel Green #75E486

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.6%

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

R = 24.43%
G = 47.6%
B = 27.97%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#75E486 (or 0x75E486) is known color: Pastel Green. HEX triplet: 75, E4 and 86. RGB value is (117,228,134). Sum of RGB (Red+Green+Blue) = 117+228+134=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #75E486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E486 is #8A1B79. Grayscale: #B8B8B8. Windows color (decimal): -9051002 or 8840309. OLE color: 8840309.

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

Color convert

RGB 117 228 134 -
CMYK 0.49 0 0.41 0.11
HSL 129.19º 0.67% 0.68% -
HSV(B) 129.19º 0.49% 0.89% -
XYZ 39.38 60.99 32.25 -
YUV 184.1 99.73 80.14 -
System Red Green Blue C M Y K H S L
Decimal 117 228 134 0.49 0 0.41 0.11 129.19 0.67 0.68
Hex 75 E4 86 31 0 29 B 81 43 44
Octal 165 344 206 61 0 51 13 201 103 104
Binary 1110101 11100100 10000110 110001 0 101001 1011 10000001 1000011 1000100

Color Harmonies of #75E486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E486

Black with #75E486

Text Example


Text Example

White with #75E486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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