Html Css Color HEX #75D376 Pastel Green

📋 copy color: '#75D376'

red 117 ◦ green 211 ◦ blue 118

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

Shades of Pastel Green #75D376

Tints of Pastel Green #75D376

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.31%

 BLUE value IS 118 (46.48% from 255) = 26.46%

R = 26.23%
G = 47.31%
B = 26.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#75D376 (or 0x75D376) is known color: Pastel Green. HEX triplet: 75, D3 and 76. RGB value is (117,211,118). Sum of RGB (Red+Green+Blue) = 117+211+118=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #75D376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D376 is #8A2C89. Grayscale: #ACACAC. Windows color (decimal): -9055370 or 7787381. OLE color: 7787381.

HSL color Cylindrical-coordinate representation of color #75D376: hue angle of 120.64º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D376 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 211 118 -
CMYK 0.45 0 0.44 0.17
HSL 120.64º 0.52% 0.64% -
HSV(B) 120.64º 0.45% 0.83% -
XYZ 33.9 51.68 25.33 -
YUV 172.29 97.36 88.56 -
System Red Green Blue C M Y K H S L
Decimal 117 211 118 0.45 0 0.44 0.17 120.64 0.52 0.64
Hex 75 D3 76 2D 0 2C 11 79 34 40
Octal 165 323 166 55 0 54 21 171 64 100
Binary 1110101 11010011 1110110 101101 0 101100 10001 1111001 110100 1000000

Color Harmonies of #75D376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D376

Black with #75D376

Text Example


Text Example

White with #75D376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,211,118); }

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

background-color css

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

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

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

border-color css

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

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

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