Html Css Color HEX #76D484 Pastel Green

📋 copy color: '#76D484'

red 118 ◦ green 212 ◦ blue 132

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

Shades of Pastel Green #76D484

Tints of Pastel Green #76D484

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.89%

 BLUE value IS 132 (51.95% from 255) = 28.57%

R = 25.54%
G = 45.89%
B = 28.57%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#76D484 (or 0x76D484) is known color: Pastel Green. HEX triplet: 76, D4 and 84. RGB value is (118,212,132). Sum of RGB (Red+Green+Blue) = 118+212+132=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 212 - color contains mainly: green. Hex color #76D484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D484 is #892B7B. Grayscale: #AFAFAF. Windows color (decimal): -8989564 or 8705142. OLE color: 8705142.

HSL color Cylindrical-coordinate representation of color #76D484: hue angle of 128.94º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D484 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 118 212 132 -
CMYK 0.44 0 0.38 0.17
HSL 128.94º 0.52% 0.65% -
HSV(B) 128.94º 0.44% 0.83% -
XYZ 35.18 52.6 30.13 -
YUV 174.77 103.86 87.5 -
System Red Green Blue C M Y K H S L
Decimal 118 212 132 0.44 0 0.38 0.17 128.94 0.52 0.65
Hex 76 D4 84 2C 0 26 11 81 34 41
Octal 166 324 204 54 0 46 21 201 64 101
Binary 1110110 11010100 10000100 101100 0 100110 10001 10000001 110100 1000001

Color Harmonies of #76D484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D484

Black with #76D484

Text Example


Text Example

White with #76D484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,212,132); }

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

background-color css

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

 a { background-color: rgb(118,212,132); }

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

border-color css

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

 span { border-color: rgb(118,212,132); }

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