Html Css Color HEX #7CE485 Pastel Green

📋 copy color: '#7CE485'

red 124 ◦ green 228 ◦ blue 133

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

Shades of Pastel Green #7CE485

Tints of Pastel Green #7CE485

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.01%

 BLUE value IS 133 (52.34% from 255) = 27.42%

R = 25.57%
G = 47.01%
B = 27.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#7CE485 (or 0x7CE485) is known color: Pastel Green. HEX triplet: 7C, E4 and 85. RGB value is (124,228,133). Sum of RGB (Red+Green+Blue) = 124+228+133=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #7CE485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CE485 is #831B7A. Grayscale: #BABABA. Windows color (decimal): -8592251 or 8774780. OLE color: 8774780.

HSL color Cylindrical-coordinate representation of color #7CE485: hue angle of 125.19º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE485 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 124 228 133 -
CMYK 0.46 0 0.42 0.11
HSL 125.19º 0.66% 0.69% -
HSV(B) 125.19º 0.46% 0.89% -
XYZ 40.29 61.47 31.93 -
YUV 186.07 98.04 83.72 -
System Red Green Blue C M Y K H S L
Decimal 124 228 133 0.46 0 0.42 0.11 125.19 0.66 0.69
Hex 7C E4 85 2E 0 2A B 7D 42 45
Octal 174 344 205 56 0 52 13 175 102 105
Binary 1111100 11100100 10000101 101110 0 101010 1011 1111101 1000010 1000101

Color Harmonies of #7CE485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE485

Black with #7CE485

Text Example


Text Example

White with #7CE485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,228,133); }

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

background-color css

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

 a { background-color: rgb(124,228,133); }

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

border-color css

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

 span { border-color: rgb(124,228,133); }

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