Html Css Color HEX #76F07D Pastel Green

📋 copy color: '#76F07D'

red 118 ◦ green 240 ◦ blue 125

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

Shades of Pastel Green #76F07D

Tints of Pastel Green #76F07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.88%

R = 24.43%
G = 49.69%
B = 25.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#76F07D (or 0x76F07D) is known color: Pastel Green. HEX triplet: 76, F0 and 7D. RGB value is (118,240,125). Sum of RGB (Red+Green+Blue) = 118+240+125=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #76F07D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F07D is #890F82. Grayscale: #BEBEBE. Windows color (decimal): -8982403 or 8253558. OLE color: 8253558.

HSL color Cylindrical-coordinate representation of color #76F07D: hue angle of 123.44º 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 #76F07D is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 240 125 -
CMYK 0.51 0 0.48 0.06
HSL 123.44º 0.8% 0.7% -
HSV(B) 123.44º 0.51% 0.94% -
XYZ 42.33 67.65 30.23 -
YUV 190.41 91.08 76.35 -
System Red Green Blue C M Y K H S L
Decimal 118 240 125 0.51 0 0.48 0.06 123.44 0.8 0.7
Hex 76 F0 7D 33 0 30 6 7B 50 46
Octal 166 360 175 63 0 60 6 173 120 106
Binary 1110110 11110000 1111101 110011 0 110000 110 1111011 1010000 1000110

Color Harmonies of #76F07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F07D

Black with #76F07D

Text Example


Text Example

White with #76F07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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