Html Css Color HEX #75E175 Pastel Green

📋 copy color: '#75E175'

red 117 ◦ green 225 ◦ blue 117

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

Shades of Pastel Green #75E175

Tints of Pastel Green #75E175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.49%

R = 25.49%
G = 49.02%
B = 25.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#75E175 (or 0x75E175) is known color: Pastel Green. HEX triplet: 75, E1 and 75. RGB value is (117,225,117). Sum of RGB (Red+Green+Blue) = 117+225+117=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #75E175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E175 is #8A1E8A. Grayscale: #B4B4B4. Windows color (decimal): -9051787 or 7725429. OLE color: 7725429.

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

Color convert

RGB 117 225 117 -
CMYK 0.48 0 0.48 0.12
HSL 120º 0.64% 0.67% -
HSV(B) 120º 0.48% 0.88% -
XYZ 37.47 58.92 26.23 -
YUV 180.4 92.22 82.78 -
System Red Green Blue C M Y K H S L
Decimal 117 225 117 0.48 0 0.48 0.12 120 0.64 0.67
Hex 75 E1 75 30 0 30 C 78 40 43
Octal 165 341 165 60 0 60 14 170 100 103
Binary 1110101 11100001 1110101 110000 0 110000 1100 1111000 1000000 1000011

Color Harmonies of #75E175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E175

Black with #75E175

Text Example


Text Example

White with #75E175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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