Html Css Color HEX #7CF074 Pastel Green

📋 copy color: '#7CF074'

red 124 ◦ green 240 ◦ blue 116

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

Shades of Pastel Green #7CF074

Tints of Pastel Green #7CF074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.17%

R = 25.83%
G = 50%
B = 24.17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#7CF074 (or 0x7CF074) is known color: Pastel Green. HEX triplet: 7C, F0 and 74. RGB value is (124,240,116). Sum of RGB (Red+Green+Blue) = 124+240+116=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF074 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF074 is #830F8B. Grayscale: #BFBFBF. Windows color (decimal): -8589196 or 7663740. OLE color: 7663740.

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

Color convert

RGB 124 240 116 -
CMYK 0.48 0 0.52 0.06
HSL 116.13º 0.81% 0.7% -
HSV(B) 116.13º 0.52% 0.94% -
XYZ 42.62 67.87 27.38 -
YUV 191.18 85.57 80.08 -
System Red Green Blue C M Y K H S L
Decimal 124 240 116 0.48 0 0.52 0.06 116.13 0.81 0.7
Hex 7C F0 74 30 0 34 6 74 51 46
Octal 174 360 164 60 0 64 6 164 121 106
Binary 1111100 11110000 1110100 110000 0 110100 110 1110100 1010001 1000110

Color Harmonies of #7CF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF074

Black with #7CF074

Text Example


Text Example

White with #7CF074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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