Html Css Color HEX #75EA80 Pastel Green

📋 copy color: '#75EA80'

red 117 ◦ green 234 ◦ blue 128

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

Shades of Pastel Green #75EA80

Tints of Pastel Green #75EA80

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.85%

 BLUE value IS 128 (50.39% from 255) = 26.72%

R = 24.43%
G = 48.85%
B = 26.72%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#75EA80 (or 0x75EA80) is known color: Pastel Green. HEX triplet: 75, EA and 80. RGB value is (117,234,128). Sum of RGB (Red+Green+Blue) = 117+234+128=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #75EA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EA80 is #8A157F. Grayscale: #BBBBBB. Windows color (decimal): -9049472 or 8448629. OLE color: 8448629.

HSL color Cylindrical-coordinate representation of color #75EA80: hue angle of 125.64º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EA80 is Cyan = 0.5, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 234 128 -
CMYK 0.5 0 0.45 0.08
HSL 125.64º 0.74% 0.69% -
HSV(B) 125.64º 0.5% 0.92% -
XYZ 40.66 64.19 30.67 -
YUV 186.93 94.74 78.12 -
System Red Green Blue C M Y K H S L
Decimal 117 234 128 0.5 0 0.45 0.08 125.64 0.74 0.69
Hex 75 EA 80 32 0 2D 8 7E 4A 45
Octal 165 352 200 62 0 55 10 176 112 105
Binary 1110101 11101010 10000000 110010 0 101101 1000 1111110 1001010 1000101

Color Harmonies of #75EA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EA80

Black with #75EA80

Text Example


Text Example

White with #75EA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,234,128); }

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

background-color css

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

 a { background-color: rgb(117,234,128); }

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

border-color css

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

 span { border-color: rgb(117,234,128); }

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