Html Css Color HEX #75E161 Pastel Green

📋 copy color: '#75E161'

red 117 ◦ green 225 ◦ blue 97

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

Shades of Pastel Green #75E161

Tints of Pastel Green #75E161

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.25%

 BLUE value IS 97 (38.28% from 255) = 22.1%

R = 26.65%
G = 51.25%
B = 22.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#75E161 (or 0x75E161) is known color: Pastel Green. HEX triplet: 75, E1 and 61. RGB value is (117,225,97). Sum of RGB (Red+Green+Blue) = 117+225+97=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #75E161 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E161 is #8A1E9E. Grayscale: #B2B2B2. Windows color (decimal): -9051807 or 6414709. OLE color: 6414709.

HSL color Cylindrical-coordinate representation of color #75E161: hue angle of 110.62º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75E161 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 225 97 -
CMYK 0.48 0 0.57 0.12
HSL 110.63º 0.68% 0.63% -
HSV(B) 110.63º 0.57% 0.88% -
XYZ 36.42 58.5 20.68 -
YUV 178.12 82.22 84.41 -
System Red Green Blue C M Y K H S L
Decimal 117 225 97 0.48 0 0.57 0.12 110.63 0.68 0.63
Hex 75 E1 61 30 0 39 C 6F 44 3F
Octal 165 341 141 60 0 71 14 157 104 77
Binary 1110101 11100001 1100001 110000 0 111001 1100 1101111 1000100 111111

Color Harmonies of #75E161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E161

Black with #75E161

Text Example


Text Example

White with #75E161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,225,97); }

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

background-color css

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

 a { background-color: rgb(117,225,97); }

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

border-color css

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

 span { border-color: rgb(117,225,97); }

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