Html Css Color HEX #76DB64 Pastel Green

📋 copy color: '#76DB64'

red 118 ◦ green 219 ◦ blue 100

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

Shades of Pastel Green #76DB64

Tints of Pastel Green #76DB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.88%

R = 27%
G = 50.11%
B = 22.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#76DB64 (or 0x76DB64) is known color: Pastel Green. HEX triplet: 76, DB and 64. RGB value is (118,219,100). Sum of RGB (Red+Green+Blue) = 118+219+100=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DB64 is #89249B. Grayscale: #AFAFAF. Windows color (decimal): -8987804 or 6609782. OLE color: 6609782.

HSL color Cylindrical-coordinate representation of color #76DB64: hue angle of 110.92º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76DB64 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 219 100 -
CMYK 0.46 0 0.54 0.14
HSL 110.92º 0.62% 0.63% -
HSV(B) 110.92º 0.54% 0.86% -
XYZ 35.1 55.43 20.91 -
YUV 175.24 85.54 87.18 -
System Red Green Blue C M Y K H S L
Decimal 118 219 100 0.46 0 0.54 0.14 110.92 0.62 0.63
Hex 76 DB 64 2E 0 36 E 6F 3E 3F
Octal 166 333 144 56 0 66 16 157 76 77
Binary 1110110 11011011 1100100 101110 0 110110 1110 1101111 111110 111111

Color Harmonies of #76DB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DB64

Black with #76DB64

Text Example


Text Example

White with #76DB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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