Html Css Color HEX #76D468 Pastel Green

📋 copy color: '#76D468'

red 118 ◦ green 212 ◦ blue 104

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

Shades of Pastel Green #76D468

Tints of Pastel Green #76D468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.96%

R = 27.19%
G = 48.85%
B = 23.96%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#76D468 (or 0x76D468) is known color: Pastel Green. HEX triplet: 76, D4 and 68. RGB value is (118,212,104). Sum of RGB (Red+Green+Blue) = 118+212+104=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 212 - color contains mainly: green. Hex color #76D468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D468 is #892B97. Grayscale: #ABABAB. Windows color (decimal): -8989592 or 6870134. OLE color: 6870134.

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

Color convert

RGB 118 212 104 -
CMYK 0.44 0 0.51 0.17
HSL 112.22º 0.56% 0.62% -
HSV(B) 112.22º 0.51% 0.83% -
XYZ 33.51 51.94 21.36 -
YUV 171.58 89.86 89.78 -
System Red Green Blue C M Y K H S L
Decimal 118 212 104 0.44 0 0.51 0.17 112.22 0.56 0.62
Hex 76 D4 68 2C 0 33 11 70 38 3E
Octal 166 324 150 54 0 63 21 160 70 76
Binary 1110110 11010100 1101000 101100 0 110011 10001 1110000 111000 111110

Color Harmonies of #76D468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D468

Black with #76D468

Text Example


Text Example

White with #76D468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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