Html Css Color HEX #75E18F Pastel Green

📋 copy color: '#75E18F'

red 117 ◦ green 225 ◦ blue 143

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

Shades of Pastel Green #75E18F

Tints of Pastel Green #75E18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.48%

R = 24.12%
G = 46.39%
B = 29.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#75E18F (or 0x75E18F) is known color: Pastel Green. HEX triplet: 75, E1 and 8F. RGB value is (117,225,143). Sum of RGB (Red+Green+Blue) = 117+225+143=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #75E18F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E18F is #8A1E70. Grayscale: #B7B7B7. Windows color (decimal): -9051761 or 9429365. OLE color: 9429365.

HSL color Cylindrical-coordinate representation of color #75E18F: hue angle of 134.44º 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 #75E18F is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 225 143 -
CMYK 0.48 0 0.36 0.12
HSL 134.44º 0.64% 0.67% -
HSV(B) 134.44º 0.48% 0.88% -
XYZ 39.22 59.62 35.43 -
YUV 183.36 105.22 80.67 -
System Red Green Blue C M Y K H S L
Decimal 117 225 143 0.48 0 0.36 0.12 134.44 0.64 0.67
Hex 75 E1 8F 30 0 24 C 86 40 43
Octal 165 341 217 60 0 44 14 206 100 103
Binary 1110101 11100001 10001111 110000 0 100100 1100 10000110 1000000 1000011

Color Harmonies of #75E18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E18F

Black with #75E18F

Text Example


Text Example

White with #75E18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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