Html Css Color HEX #7CF080 Pastel Green

📋 copy color: '#7CF080'

red 124 ◦ green 240 ◦ blue 128

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

Shades of Pastel Green #7CF080

Tints of Pastel Green #7CF080

RGB

 RED value IS 124 (48.83% from 255) = 25.2%

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

 BLUE value IS 128 (50.39% from 255) = 26.02%

R = 25.2%
G = 48.78%
B = 26.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#7CF080 (or 0x7CF080) is known color: Pastel Green. HEX triplet: 7C, F0 and 80. RGB value is (124,240,128). Sum of RGB (Red+Green+Blue) = 124+240+128=492 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.20% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF080 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF080 is #830F7F. Grayscale: #C0C0C0. Windows color (decimal): -8589184 or 8450172. OLE color: 8450172.

HSL color Cylindrical-coordinate representation of color #7CF080: hue angle of 122.07º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CF080 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 124 240 128 -
CMYK 0.48 0 0.47 0.06
HSL 122.07º 0.79% 0.71% -
HSV(B) 122.07º 0.48% 0.94% -
XYZ 43.37 68.16 31.29 -
YUV 192.55 91.57 79.11 -
System Red Green Blue C M Y K H S L
Decimal 124 240 128 0.48 0 0.47 0.06 122.07 0.79 0.71
Hex 7C F0 80 30 0 2F 6 7A 4F 47
Octal 174 360 200 60 0 57 6 172 117 107
Binary 1111100 11110000 10000000 110000 0 101111 110 1111010 1001111 1000111

Color Harmonies of #7CF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF080

Black with #7CF080

Text Example


Text Example

White with #7CF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CF080; }

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

 H1.HeaderClassName
 {
   color: #7CF080;
 }
 .AnyTagClassName
 {
   color: #7CF080;
 }
</style>

background-color css

<style>
 a { background-color: #7CF080; }

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

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

border-color css

<style>
 span { border-color: #7CF080; }

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

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