Html Css Color HEX #75DC77 Pastel Green

📋 copy color: '#75DC77'

red 117 ◦ green 220 ◦ blue 119

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

Shades of Pastel Green #75DC77

Tints of Pastel Green #75DC77

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.25%

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

R = 25.66%
G = 48.25%
B = 26.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#75DC77 (or 0x75DC77) is known color: Pastel Green. HEX triplet: 75, DC and 77. RGB value is (117,220,119). Sum of RGB (Red+Green+Blue) = 117+220+119=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC77 is #8A2388. Grayscale: #B1B1B1. Windows color (decimal): -9053065 or 7855221. OLE color: 7855221.

HSL color Cylindrical-coordinate representation of color #75DC77: hue angle of 121.17º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DC77 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 119 -
CMYK 0.47 0 0.46 0.14
HSL 121.17º 0.6% 0.66% -
HSV(B) 121.17º 0.47% 0.86% -
XYZ 36.26 56.3 26.41 -
YUV 177.69 94.88 84.71 -
System Red Green Blue C M Y K H S L
Decimal 117 220 119 0.47 0 0.46 0.14 121.17 0.6 0.66
Hex 75 DC 77 2F 0 2E E 79 3C 42
Octal 165 334 167 57 0 56 16 171 74 102
Binary 1110101 11011100 1110111 101111 0 101110 1110 1111001 111100 1000010

Color Harmonies of #75DC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC77

Black with #75DC77

Text Example


Text Example

White with #75DC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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