Html Css Color HEX #75D681 Pastel Green

📋 copy color: '#75D681'

red 117 ◦ green 214 ◦ blue 129

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

Shades of Pastel Green #75D681

Tints of Pastel Green #75D681

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.52%

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

R = 25.43%
G = 46.52%
B = 28.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#75D681 (or 0x75D681) is known color: Pastel Green. HEX triplet: 75, D6 and 81. RGB value is (117,214,129). Sum of RGB (Red+Green+Blue) = 117+214+129=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #75D681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D681 is #8A297E. Grayscale: #AFAFAF. Windows color (decimal): -9054591 or 8509045. OLE color: 8509045.

HSL color Cylindrical-coordinate representation of color #75D681: hue angle of 127.42º degrees, saturation: 0.54, 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 #75D681 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 214 129 -
CMYK 0.45 0 0.40 0.16
HSL 127.42º 0.54% 0.65% -
HSV(B) 127.42º 0.45% 0.84% -
XYZ 35.35 53.46 29.22 -
YUV 175.31 101.86 86.41 -
System Red Green Blue C M Y K H S L
Decimal 117 214 129 0.45 0 0.40 0.16 127.42 0.54 0.65
Hex 75 D6 81 2D 0 28 10 7F 36 41
Octal 165 326 201 55 0 50 20 177 66 101
Binary 1110101 11010110 10000001 101101 0 101000 10000 1111111 110110 1000001

Color Harmonies of #75D681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D681

Black with #75D681

Text Example


Text Example

White with #75D681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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