Html Css Color HEX #7CF07D Pastel Green

📋 copy color: '#7CF07D'

red 124 ◦ green 240 ◦ blue 125

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

Shades of Pastel Green #7CF07D

Tints of Pastel Green #7CF07D

RGB

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

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

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

R = 25.36%
G = 49.08%
B = 25.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#7CF07D (or 0x7CF07D) is known color: Pastel Green. HEX triplet: 7C, F0 and 7D. RGB value is (124,240,125). Sum of RGB (Red+Green+Blue) = 124+240+125=489 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.36% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF07D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF07D is #830F82. Grayscale: #C0C0C0. Windows color (decimal): -8589187 or 8253564. OLE color: 8253564.

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

Color convert

RGB 124 240 125 -
CMYK 0.48 0 0.48 0.06
HSL 120.52º 0.79% 0.71% -
HSV(B) 120.52º 0.48% 0.94% -
XYZ 43.17 68.09 30.27 -
YUV 192.21 90.07 79.35 -
System Red Green Blue C M Y K H S L
Decimal 124 240 125 0.48 0 0.48 0.06 120.52 0.79 0.71
Hex 7C F0 7D 30 0 30 6 79 4F 47
Octal 174 360 175 60 0 60 6 171 117 107
Binary 1111100 11110000 1111101 110000 0 110000 110 1111001 1001111 1000111

Color Harmonies of #7CF07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF07D

Black with #7CF07D

Text Example


Text Example

White with #7CF07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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