Html Css Color HEX #75EE7A Pastel Green

📋 copy color: '#75EE7A'

red 117 ◦ green 238 ◦ blue 122

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

Shades of Pastel Green #75EE7A

Tints of Pastel Green #75EE7A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.9%

 BLUE value IS 122 (48.05% from 255) = 25.58%

R = 24.53%
G = 49.9%
B = 25.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#75EE7A (or 0x75EE7A) is known color: Pastel Green. HEX triplet: 75, EE and 7A. RGB value is (117,238,122). Sum of RGB (Red+Green+Blue) = 117+238+122=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #75EE7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75EE7A is #8A1185. Grayscale: #BCBCBC. Windows color (decimal): -9048454 or 8056437. OLE color: 8056437.

HSL color Cylindrical-coordinate representation of color #75EE7A: hue angle of 122.48º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EE7A is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 238 122 -
CMYK 0.51 0 0.49 0.07
HSL 122.48º 0.78% 0.7% -
HSV(B) 122.48º 0.51% 0.93% -
XYZ 41.42 66.34 29.03 -
YUV 188.6 90.41 76.93 -
System Red Green Blue C M Y K H S L
Decimal 117 238 122 0.51 0 0.49 0.07 122.48 0.78 0.7
Hex 75 EE 7A 33 0 31 7 7A 4E 46
Octal 165 356 172 63 0 61 7 172 116 106
Binary 1110101 11101110 1111010 110011 0 110001 111 1111010 1001110 1000110

Color Harmonies of #75EE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EE7A

Black with #75EE7A

Text Example


Text Example

White with #75EE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,238,122); }

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

background-color css

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

 a { background-color: rgb(117,238,122); }

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

border-color css

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

 span { border-color: rgb(117,238,122); }

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