Html Css Color HEX #75D377 Pastel Green

📋 copy color: '#75D377'

red 117 ◦ green 211 ◦ blue 119

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

Shades of Pastel Green #75D377

Tints of Pastel Green #75D377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.62%

R = 26.17%
G = 47.2%
B = 26.62%

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

#75D377 (or 0x75D377) is known color: Pastel Green. HEX triplet: 75, D3 and 77. RGB value is (117,211,119). Sum of RGB (Red+Green+Blue) = 117+211+119=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 211 - color contains mainly: green. Hex color #75D377 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D377 is #8A2C88. Grayscale: #ACACAC. Windows color (decimal): -9055369 or 7852917. OLE color: 7852917.

HSL color Cylindrical-coordinate representation of color #75D377: hue angle of 121.28º 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 #75D377 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 211 119 -
CMYK 0.45 0 0.44 0.17
HSL 121.28º 0.52% 0.64% -
HSV(B) 121.28º 0.45% 0.83% -
XYZ 33.96 51.7 25.64 -
YUV 172.41 97.86 88.48 -
System Red Green Blue C M Y K H S L
Decimal 117 211 119 0.45 0 0.44 0.17 121.28 0.52 0.64
Hex 75 D3 77 2D 0 2C 11 79 34 40
Octal 165 323 167 55 0 54 21 171 64 100
Binary 1110101 11010011 1110111 101101 0 101100 10001 1111001 110100 1000000

Color Harmonies of #75D377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D377

Black with #75D377

Text Example


Text Example

White with #75D377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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