Html Css Color HEX #75E481 Pastel Green

📋 copy color: '#75E481'

red 117 ◦ green 228 ◦ blue 129

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

Shades of Pastel Green #75E481

Tints of Pastel Green #75E481

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.1%

 BLUE value IS 129 (50.78% from 255) = 27.22%

R = 24.68%
G = 48.1%
B = 27.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#75E481 (or 0x75E481) is known color: Pastel Green. HEX triplet: 75, E4 and 81. RGB value is (117,228,129). Sum of RGB (Red+Green+Blue) = 117+228+129=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 228 - color contains mainly: green. Hex color #75E481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E481 is #8A1B7E. Grayscale: #B7B7B7. Windows color (decimal): -9051007 or 8512629. OLE color: 8512629.

HSL color Cylindrical-coordinate representation of color #75E481: hue angle of 126.49º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E481 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 228 129 -
CMYK 0.49 0 0.43 0.11
HSL 126.49º 0.67% 0.68% -
HSV(B) 126.49º 0.49% 0.89% -
XYZ 39.04 60.85 30.46 -
YUV 183.53 97.23 80.55 -
System Red Green Blue C M Y K H S L
Decimal 117 228 129 0.49 0 0.43 0.11 126.49 0.67 0.68
Hex 75 E4 81 31 0 2B B 7E 43 44
Octal 165 344 201 61 0 53 13 176 103 104
Binary 1110101 11100100 10000001 110001 0 101011 1011 1111110 1000011 1000100

Color Harmonies of #75E481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E481

Black with #75E481

Text Example


Text Example

White with #75E481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,228,129); }

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

background-color css

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

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

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

border-color css

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

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

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