Html Css Color HEX #76F081 Pastel Green

📋 copy color: '#76F081'

red 118 ◦ green 240 ◦ blue 129

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

Shades of Pastel Green #76F081

Tints of Pastel Green #76F081

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.28%

 BLUE value IS 129 (50.78% from 255) = 26.49%

R = 24.23%
G = 49.28%
B = 26.49%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#76F081 (or 0x76F081) is known color: Pastel Green. HEX triplet: 76, F0 and 81. RGB value is (118,240,129). Sum of RGB (Red+Green+Blue) = 118+240+129=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #76F081 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F081 is #890F7E. Grayscale: #BFBFBF. Windows color (decimal): -8982399 or 8515702. OLE color: 8515702.

HSL color Cylindrical-coordinate representation of color #76F081: hue angle of 125.41º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F081 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 240 129 -
CMYK 0.51 0 0.46 0.06
HSL 125.41º 0.8% 0.7% -
HSV(B) 125.41º 0.51% 0.94% -
XYZ 42.59 67.76 31.6 -
YUV 190.87 93.08 76.03 -
System Red Green Blue C M Y K H S L
Decimal 118 240 129 0.51 0 0.46 0.06 125.41 0.8 0.7
Hex 76 F0 81 33 0 2E 6 7D 50 46
Octal 166 360 201 63 0 56 6 175 120 106
Binary 1110110 11110000 10000001 110011 0 101110 110 1111101 1010000 1000110

Color Harmonies of #76F081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F081

Black with #76F081

Text Example


Text Example

White with #76F081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,240,129); }

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

background-color css

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

 a { background-color: rgb(118,240,129); }

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

border-color css

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

 span { border-color: rgb(118,240,129); }

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