Html Css Color HEX #75DC76 Pastel Green

📋 copy color: '#75DC76'

red 117 ◦ green 220 ◦ blue 118

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

Shades of Pastel Green #75DC76

Tints of Pastel Green #75DC76

RGB

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

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

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

R = 25.71%
G = 48.35%
B = 25.93%

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

#75DC76 (or 0x75DC76) is known color: Pastel Green. HEX triplet: 75, DC and 76. RGB value is (117,220,118). Sum of RGB (Red+Green+Blue) = 117+220+118=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC76 is #8A2389. Grayscale: #B1B1B1. Windows color (decimal): -9053066 or 7789685. OLE color: 7789685.

HSL color Cylindrical-coordinate representation of color #75DC76: hue angle of 120.58º 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 #75DC76 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 118 -
CMYK 0.47 0 0.46 0.14
HSL 120.58º 0.6% 0.66% -
HSV(B) 120.58º 0.47% 0.86% -
XYZ 36.2 56.28 26.09 -
YUV 177.58 94.38 84.79 -
System Red Green Blue C M Y K H S L
Decimal 117 220 118 0.47 0 0.46 0.14 120.58 0.6 0.66
Hex 75 DC 76 2F 0 2E E 79 3C 42
Octal 165 334 166 57 0 56 16 171 74 102
Binary 1110101 11011100 1110110 101111 0 101110 1110 1111001 111100 1000010

Color Harmonies of #75DC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC76

Black with #75DC76

Text Example


Text Example

White with #75DC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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