Html Css Color HEX #75D581 Pastel Green

📋 copy color: '#75D581'

red 117 ◦ green 213 ◦ blue 129

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

Shades of Pastel Green #75D581

Tints of Pastel Green #75D581

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.41%

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

R = 25.49%
G = 46.41%
B = 28.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#75D581 (or 0x75D581) is known color: Pastel Green. HEX triplet: 75, D5 and 81. RGB value is (117,213,129). Sum of RGB (Red+Green+Blue) = 117+213+129=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #75D581 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D581 is #8A2A7E. Grayscale: #AEAEAE. Windows color (decimal): -9054847 or 8508789. OLE color: 8508789.

HSL color Cylindrical-coordinate representation of color #75D581: hue angle of 127.5º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D581 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 213 129 -
CMYK 0.45 0 0.39 0.16
HSL 127.5º 0.53% 0.65% -
HSV(B) 127.5º 0.45% 0.84% -
XYZ 35.09 52.96 29.14 -
YUV 174.72 102.2 86.83 -
System Red Green Blue C M Y K H S L
Decimal 117 213 129 0.45 0 0.39 0.16 127.5 0.53 0.65
Hex 75 D5 81 2D 0 27 10 80 35 41
Octal 165 325 201 55 0 47 20 200 65 101
Binary 1110101 11010101 10000001 101101 0 100111 10000 10000000 110101 1000001

Color Harmonies of #75D581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D581

Black with #75D581

Text Example


Text Example

White with #75D581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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