Html Css Color HEX #7CE064 Pastel Green

📋 copy color: '#7CE064'

red 124 ◦ green 224 ◦ blue 100

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

Shades of Pastel Green #7CE064

Tints of Pastel Green #7CE064

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50%

 BLUE value IS 100 (39.45% from 255) = 22.32%

R = 27.68%
G = 50%
B = 22.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#7CE064 (or 0x7CE064) is known color: Pastel Green. HEX triplet: 7C, E0 and 64. RGB value is (124,224,100). Sum of RGB (Red+Green+Blue) = 124+224+100=448 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.68% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CE064 is #831F9B. Grayscale: #B4B4B4. Windows color (decimal): -8593308 or 6611068. OLE color: 6611068.

HSL color Cylindrical-coordinate representation of color #7CE064: hue angle of 108.39º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CE064 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 124 224 100 -
CMYK 0.45 0 0.55 0.12
HSL 108.39º 0.67% 0.64% -
HSV(B) 108.39º 0.55% 0.88% -
XYZ 37.27 58.52 21.39 -
YUV 179.96 82.87 88.08 -
System Red Green Blue C M Y K H S L
Decimal 124 224 100 0.45 0 0.55 0.12 108.39 0.67 0.64
Hex 7C E0 64 2D 0 37 C 6C 43 40
Octal 174 340 144 55 0 67 14 154 103 100
Binary 1111100 11100000 1100100 101101 0 110111 1100 1101100 1000011 1000000

Color Harmonies of #7CE064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE064

Black with #7CE064

Text Example


Text Example

White with #7CE064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,224,100); }

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

background-color css

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

 a { background-color: rgb(124,224,100); }

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

border-color css

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

 span { border-color: rgb(124,224,100); }

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