Html Css Color HEX #76DB75 Pastel Green

📋 copy color: '#76DB75'

red 118 ◦ green 219 ◦ blue 117

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

Shades of Pastel Green #76DB75

Tints of Pastel Green #76DB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.24%

 BLUE value IS 117 (46.09% from 255) = 25.77%

R = 25.99%
G = 48.24%
B = 25.77%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#76DB75 (or 0x76DB75) is known color: Pastel Green. HEX triplet: 76, DB and 75. RGB value is (118,219,117). Sum of RGB (Red+Green+Blue) = 118+219+117=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DB75 is #89248A. Grayscale: #B1B1B1. Windows color (decimal): -8987787 or 7723894. OLE color: 7723894.

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

Color convert

RGB 118 219 117 -
CMYK 0.46 0 0.47 0.14
HSL 119.41º 0.59% 0.66% -
HSV(B) 119.41º 0.47% 0.86% -
XYZ 36.01 55.8 25.7 -
YUV 177.17 94.04 85.79 -
System Red Green Blue C M Y K H S L
Decimal 118 219 117 0.46 0 0.47 0.14 119.41 0.59 0.66
Hex 76 DB 75 2E 0 2F E 77 3B 42
Octal 166 333 165 56 0 57 16 167 73 102
Binary 1110110 11011011 1110101 101110 0 101111 1110 1110111 111011 1000010

Color Harmonies of #76DB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DB75

Black with #76DB75

Text Example


Text Example

White with #76DB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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