Html Css Color HEX #75D76A Pastel Green

📋 copy color: '#75D76A'

red 117 ◦ green 215 ◦ blue 106

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

Shades of Pastel Green #75D76A

Tints of Pastel Green #75D76A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.09%

 BLUE value IS 106 (41.8% from 255) = 24.2%

R = 26.71%
G = 49.09%
B = 24.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#75D76A (or 0x75D76A) is known color: Pastel Green. HEX triplet: 75, D7 and 6A. RGB value is (117,215,106). Sum of RGB (Red+Green+Blue) = 117+215+106=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #75D76A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D76A is #8A2895. Grayscale: #ADADAD. Windows color (decimal): -9054358 or 7001973. OLE color: 7001973.

HSL color Cylindrical-coordinate representation of color #75D76A: hue angle of 113.94º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75D76A is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 215 106 -
CMYK 0.46 0 0.51 0.16
HSL 113.95º 0.58% 0.63% -
HSV(B) 113.95º 0.51% 0.84% -
XYZ 34.24 53.42 22.14 -
YUV 173.27 90.03 87.86 -
System Red Green Blue C M Y K H S L
Decimal 117 215 106 0.46 0 0.51 0.16 113.95 0.58 0.63
Hex 75 D7 6A 2E 0 33 10 72 3A 3F
Octal 165 327 152 56 0 63 20 162 72 77
Binary 1110101 11010111 1101010 101110 0 110011 10000 1110010 111010 111111

Color Harmonies of #75D76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D76A

Black with #75D76A

Text Example


Text Example

White with #75D76A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,215,106); }

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

background-color css

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

 a { background-color: rgb(117,215,106); }

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

border-color css

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

 span { border-color: rgb(117,215,106); }

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