Html Css Color HEX #7CF372 Pastel Green

📋 copy color: '#7CF372'

red 124 ◦ green 243 ◦ blue 114

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

Shades of Pastel Green #7CF372

Tints of Pastel Green #7CF372

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.52%

 BLUE value IS 114 (44.92% from 255) = 23.7%

R = 25.78%
G = 50.52%
B = 23.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#7CF372 (or 0x7CF372) is known color: Pastel Green. HEX triplet: 7C, F3 and 72. RGB value is (124,243,114). Sum of RGB (Red+Green+Blue) = 124+243+114=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #7CF372 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF372 is #830C8D. Grayscale: #C1C1C1. Windows color (decimal): -8588430 or 7533436. OLE color: 7533436.

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

Color convert

RGB 124 243 114 -
CMYK 0.49 0 0.53 0.05
HSL 115.35º 0.84% 0.7% -
HSV(B) 115.35º 0.53% 0.95% -
XYZ 43.4 69.6 27.07 -
YUV 192.71 83.58 78.99 -
System Red Green Blue C M Y K H S L
Decimal 124 243 114 0.49 0 0.53 0.05 115.35 0.84 0.7
Hex 7C F3 72 31 0 35 5 73 54 46
Octal 174 363 162 61 0 65 5 163 124 106
Binary 1111100 11110011 1110010 110001 0 110101 101 1110011 1010100 1000110

Color Harmonies of #7CF372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF372

Black with #7CF372

Text Example


Text Example

White with #7CF372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,243,114); }

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

background-color css

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

 a { background-color: rgb(124,243,114); }

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

border-color css

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

 span { border-color: rgb(124,243,114); }

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