Html Css Color HEX #7CF26B Pastel Green

📋 copy color: '#7CF26B'

red 124 ◦ green 242 ◦ blue 107

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

Shades of Pastel Green #7CF26B

Tints of Pastel Green #7CF26B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.16%

 BLUE value IS 107 (42.19% from 255) = 22.62%

R = 26.22%
G = 51.16%
B = 22.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#7CF26B (or 0x7CF26B) is known color: Pastel Green. HEX triplet: 7C, F2 and 6B. RGB value is (124,242,107). Sum of RGB (Red+Green+Blue) = 124+242+107=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF26B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF26B is #830D94. Grayscale: #BFBFBF. Windows color (decimal): -8588693 or 7074428. OLE color: 7074428.

HSL color Cylindrical-coordinate representation of color #7CF26B: hue angle of 112.44º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CF26B is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 124 242 107 -
CMYK 0.49 0 0.56 0.05
HSL 112.44º 0.84% 0.68% -
HSV(B) 112.44º 0.56% 0.95% -
XYZ 42.72 68.85 24.95 -
YUV 191.33 80.41 79.98 -
System Red Green Blue C M Y K H S L
Decimal 124 242 107 0.49 0 0.56 0.05 112.44 0.84 0.68
Hex 7C F2 6B 31 0 38 5 70 54 44
Octal 174 362 153 61 0 70 5 160 124 104
Binary 1111100 11110010 1101011 110001 0 111000 101 1110000 1010100 1000100

Color Harmonies of #7CF26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF26B

Black with #7CF26B

Text Example


Text Example

White with #7CF26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,242,107); }

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

background-color css

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

 a { background-color: rgb(124,242,107); }

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

border-color css

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

 span { border-color: rgb(124,242,107); }

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