Html Css Color HEX #75C875 Pastel Green

📋 copy color: '#75C875'

red 117 ◦ green 200 ◦ blue 117

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

Shades of Pastel Green #75C875

Tints of Pastel Green #75C875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.96%

R = 26.96%
G = 46.08%
B = 26.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#75C875 (or 0x75C875) is known color: Pastel Green. HEX triplet: 75, C8 and 75. RGB value is (117,200,117). Sum of RGB (Red+Green+Blue) = 117+200+117=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 200 - color contains mainly: green. Hex color #75C875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C875 is #8A378A. Grayscale: #A5A5A5. Windows color (decimal): -9058187 or 7719029. OLE color: 7719029.

HSL color Cylindrical-coordinate representation of color #75C875: hue angle of 120º 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 #75C875 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 200 117 -
CMYK 0.42 0 0.42 0.22
HSL 120º 0.43% 0.62% -
HSV(B) 120º 0.42% 0.78% -
XYZ 31.2 46.37 24.14 -
YUV 165.72 100.5 93.25 -
System Red Green Blue C M Y K H S L
Decimal 117 200 117 0.42 0 0.42 0.22 120 0.43 0.62
Hex 75 C8 75 2A 0 2A 16 78 2B 3E
Octal 165 310 165 52 0 52 26 170 53 76
Binary 1110101 11001000 1110101 101010 0 101010 10110 1111000 101011 111110

Color Harmonies of #75C875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C875

Black with #75C875

Text Example


Text Example

White with #75C875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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