Html Css Color HEX #76DD5D Pastel Green

📋 copy color: '#76DD5D'

red 118 ◦ green 221 ◦ blue 93

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

Shades of Pastel Green #76DD5D

Tints of Pastel Green #76DD5D

RGB

 RED value IS 118 (46.48% from 255) = 27.31%

 GREEN value IS 221 (86.72% from 255) = 51.16%

 BLUE value IS 93 (36.72% from 255) = 21.53%

R = 27.31%
G = 51.16%
B = 21.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#76DD5D (or 0x76DD5D) is known color: Pastel Green. HEX triplet: 76, DD and 5D. RGB value is (118,221,93). Sum of RGB (Red+Green+Blue) = 118+221+93=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DD5D is #8922A2. Grayscale: #B0B0B0. Windows color (decimal): -8987299 or 6151542. OLE color: 6151542.

HSL color Cylindrical-coordinate representation of color #76DD5D: hue angle of 108.28º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76DD5D is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 221 93 -
CMYK 0.47 0 0.58 0.13
HSL 108.28º 0.65% 0.62% -
HSV(B) 108.28º 0.58% 0.87% -
XYZ 35.3 56.35 19.37 -
YUV 175.61 81.38 86.91 -
System Red Green Blue C M Y K H S L
Decimal 118 221 93 0.47 0 0.58 0.13 108.28 0.65 0.62
Hex 76 DD 5D 2F 0 3A D 6C 41 3E
Octal 166 335 135 57 0 72 15 154 101 76
Binary 1110110 11011101 1011101 101111 0 111010 1101 1101100 1000001 111110

Color Harmonies of #76DD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DD5D

Black with #76DD5D

Text Example


Text Example

White with #76DD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76DD5D; }

 p { color: rgb(118,221,93); }

 H1.HeaderClassName
 {
   color: #76DD5D;
 }
 .AnyTagClassName
 {
   color: #76DD5D;
 }
</style>

background-color css

<style>
 a { background-color: #76DD5D; }

 a { background-color: rgb(118,221,93); }

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

border-color css

<style>
 span { border-color: #76DD5D; }

 span { border-color: rgb(118,221,93); }

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