Html Css Color HEX #75EF82 Pastel Green

📋 copy color: '#75EF82'

red 117 ◦ green 239 ◦ blue 130

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

Shades of Pastel Green #75EF82

Tints of Pastel Green #75EF82

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.18%

 BLUE value IS 130 (51.17% from 255) = 26.75%

R = 24.07%
G = 49.18%
B = 26.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#75EF82 (or 0x75EF82) is known color: Pastel Green. HEX triplet: 75, EF and 82. RGB value is (117,239,130). Sum of RGB (Red+Green+Blue) = 117+239+130=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #75EF82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EF82 is #8A107D. Grayscale: #BEBEBE. Windows color (decimal): -9048190 or 8580981. OLE color: 8580981.

HSL color Cylindrical-coordinate representation of color #75EF82: hue angle of 126.39º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EF82 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 239 130 -
CMYK 0.51 0 0.46 0.06
HSL 126.39º 0.79% 0.7% -
HSV(B) 126.39º 0.51% 0.94% -
XYZ 42.23 67.13 31.85 -
YUV 190.1 94.08 75.86 -
System Red Green Blue C M Y K H S L
Decimal 117 239 130 0.51 0 0.46 0.06 126.39 0.79 0.7
Hex 75 EF 82 33 0 2E 6 7E 4F 46
Octal 165 357 202 63 0 56 6 176 117 106
Binary 1110101 11101111 10000010 110011 0 101110 110 1111110 1001111 1000110

Color Harmonies of #75EF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EF82

Black with #75EF82

Text Example


Text Example

White with #75EF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,239,130); }

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

background-color css

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

 a { background-color: rgb(117,239,130); }

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

border-color css

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

 span { border-color: rgb(117,239,130); }

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