Html Css Color HEX #75C876 Pastel Green

📋 copy color: '#75C876'

red 117 ◦ green 200 ◦ blue 118

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

Shades of Pastel Green #75C876

Tints of Pastel Green #75C876

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.98%

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

R = 26.9%
G = 45.98%
B = 27.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#75C876 (or 0x75C876) is known color: Pastel Green. HEX triplet: 75, C8 and 76. RGB value is (117,200,118). Sum of RGB (Red+Green+Blue) = 117+200+118=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 200 - color contains mainly: green. Hex color #75C876 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C876 is #8A3789. Grayscale: #A6A6A6. Windows color (decimal): -9058186 or 7784565. OLE color: 7784565.

HSL color Cylindrical-coordinate representation of color #75C876: hue angle of 120.72º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75C876 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 200 118 -
CMYK 0.42 0 0.41 0.22
HSL 120.72º 0.43% 0.62% -
HSV(B) 120.72º 0.42% 0.78% -
XYZ 31.26 46.4 24.45 -
YUV 165.84 101 93.17 -
System Red Green Blue C M Y K H S L
Decimal 117 200 118 0.42 0 0.41 0.22 120.72 0.43 0.62
Hex 75 C8 76 2A 0 29 16 79 2B 3E
Octal 165 310 166 52 0 51 26 171 53 76
Binary 1110101 11001000 1110110 101010 0 101001 10110 1111001 101011 111110

Color Harmonies of #75C876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C876

Black with #75C876

Text Example


Text Example

White with #75C876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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