Html Css Color HEX #76F07C Pastel Green

📋 copy color: '#76F07C'

red 118 ◦ green 240 ◦ blue 124

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

Shades of Pastel Green #76F07C

Tints of Pastel Green #76F07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.73%

R = 24.48%
G = 49.79%
B = 25.73%

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

#76F07C (or 0x76F07C) is known color: Pastel Green. HEX triplet: 76, F0 and 7C. RGB value is (118,240,124). Sum of RGB (Red+Green+Blue) = 118+240+124=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #76F07C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F07C is #890F83. Grayscale: #BEBEBE. Windows color (decimal): -8982404 or 8188022. OLE color: 8188022.

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

Color convert

RGB 118 240 124 -
CMYK 0.51 0 0.48 0.06
HSL 122.95º 0.8% 0.7% -
HSV(B) 122.95º 0.51% 0.94% -
XYZ 42.27 67.63 29.89 -
YUV 190.3 90.58 76.43 -
System Red Green Blue C M Y K H S L
Decimal 118 240 124 0.51 0 0.48 0.06 122.95 0.8 0.7
Hex 76 F0 7C 33 0 30 6 7B 50 46
Octal 166 360 174 63 0 60 6 173 120 106
Binary 1110110 11110000 1111100 110011 0 110000 110 1111011 1010000 1000110

Color Harmonies of #76F07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F07C

Black with #76F07C

Text Example


Text Example

White with #76F07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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